Questions tagged [gridlines]

Gridlines are the lines that divide rows and columns in a grid layout, or guide lines in a plot.

Gridlines are the lines that divide rows and columns in a , or guide lines in a .

237 questions
0
votes
2 answers

JFreechart with minor grid lines

I have produce a code for a dynamic jfreechart and I want this chart to have Major grid lines and Secondary grid lines. Is that possible to happen with jfreechart?? Thanks in advance!!! EDIT: Unfortunatelly I don't use XYplot but I use TimeSeries…
0
votes
1 answer

Adding grid lines to a ggplot independent of axis breaks

I have data on abundance over a sequence of nucleotides (ordered character sequence of A, T, C, and G) by two different categories. I want to use ggplot to show the coverage as a line plot over the sequence. I've gotten reasonably far and have just…
MattLBeck
  • 5,701
  • 7
  • 40
  • 56
0
votes
2 answers

Removing gridlines from a table in Java but leaving a whole row the same color

I have used TableCellRenderers on a table to repaint cells so that every alternate row in a table is a different color, however, when I use setShowGrid(false); it removes the grid lines but allows the background color of the table to show through…
Jonathan Viccary
  • 722
  • 1
  • 9
  • 27
0
votes
2 answers

adding gridlines to background in HTML and Javascript similar to VisualStudios grid

I have a grid snap implemented, but I want to make light grey lines show up both horizontally and vertically. My reasoning for this is that I am making a Designing application which has a similar look and feel to Visual Studios' form designing…
Fallenreaper
  • 10,222
  • 12
  • 66
  • 129
0
votes
1 answer

ListView with Vertical Gridlines and Background Color

I've got a WPF ListView with vertical lines using the following style: (sorry for the length, but i thought i should include it)