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

SSRS - range bar chart highlight today gridline

I've created a range bar chart using SSRS 2008. It is a date range StartDate is =DateAdd("yyyy",-2,Today()) EndDate is =DateAdd("yyyy",2,Today()) What I want to achieve is, I want the grid-line for only Today()'s date. Is there any way to achieve…
damseldeebi
  • 137
  • 1
  • 16
0
votes
1 answer

WPF new item goes behind everything

I have a window and I aligned and set everything but now I want to add some Line-s or LineGeometry-es to this window. If I don't drag and drop something from the toolbox just declare it in code or xaml my lines created behind the grid or everything…
Wax
  • 117
  • 1
  • 7
0
votes
2 answers

CSS3 drawn background grid lines start with half a grid

I have a background with grid lines drawn using CSS. You can see it in this fiddle It looks ok, but the grid is starting with a quarter of a square and I want it to start with a whole square. How to do this? I have tried using margin-left -50px;…
Maurice
  • 1,147
  • 2
  • 21
  • 49
0
votes
0 answers

Highchart - Starting Columns on gridline is not consistent

We are having problems with Highchart Column chart, the yaxis labels displayed are not consistent. The Column bars generated are between two yaxis labels. This gives the appearance of there is no yaxis scales and the bars are floating. And also it…
user3865301
  • 77
  • 2
  • 11
0
votes
1 answer

THREE.js Wrap 3D object in a aquare grid

I have looked and looked but have not come across anything close to what I'm trying to accomplish. I am using THREE.js and I have a 3D object, say a human skull. I want to wrap a square grid around its surface while maintaining the unit spacing of…
0
votes
1 answer

Missing some minor gridlines in matplotlib after deleting part of data range

Executing the following code gives a plot where the last 2 minor grid lines are missing in both x and y. If I remove the section of the code that trims the data or extend the amount of data which is accepted (xylimit) then this can be obviated. Can…
LlamaD
  • 382
  • 6
  • 15
0
votes
0 answers

D3.js - how to draw grid lines for specific axis ticks

I am trying to draw some line charts using D3.js. I found some codes like http://jsfiddle.net/BDWFW/. var w = 760; var h = 400; var pad = 50; var d0 = new Date("Jan 29 2011 UTC"); var d1 = new Date("March 15 2011 UTC"); var x = d3.time.scale() …
user2477698
  • 13
  • 1
  • 3
0
votes
1 answer

Remove first and last gridline on CorePlot graph

Is there any way to delete first and last gridline on CorepLot graph?
mhergon
  • 1,688
  • 1
  • 18
  • 39
0
votes
1 answer

How To Remove Background Wall & Gridlines On 3D Chart Control

I am trying to remove all gridlines and all parts of the background wall from a 3D Column graph. I have tried changing every background colour and every enabled setting to false but I still cannot seem to find where to remove the surrounding…
Riples
  • 1,167
  • 2
  • 21
  • 54
0
votes
1 answer

TableLayout / Rows / TextView margin

I have tablelayout with rows and in each row a bunch of textviews (all added programatically, no xml), I want to have gridlines so I am trying to add margins through laoyoutparams but it looks like TableLayout.LayoutParams doesn't apply to textviews…
Adnan Pirota
  • 299
  • 5
  • 25
0
votes
1 answer

Parsing gridline data and comparing with other data to get grid ranges

I got one really challenging problem here. It is very important for me to solve this problem in order for our department to save millions (so sincere help is deeply appreciated). Actually we have two different columns of "grid-line data" in text…
Syed Meesam Ali
  • 35
  • 1
  • 2
  • 6
0
votes
2 answers

Empty gridlines in android gridview?

I want a gridview with empty grid lines as follows Here is what i got till now, gridview with gridlines in the occupied cells only. I want gridlines in empty cells also. Is this possible?
sooraj.e
  • 766
  • 2
  • 11
  • 26
0
votes
1 answer

gridlines in highstocks for each category

I'm trying to get a gridline for each category but in my code I set up the categories instead of using the x datetime coordinates. How would I do this with highstocks? I tried this with no luck xAxis: { type: 'datetime', …
Drfrink
  • 404
  • 1
  • 9
  • 25
0
votes
1 answer

Time series chart horizontal gridlines through min/max peaks

I am using JFreeChart to plot a timeseries chart. The chart is working fine, but the gridline alignment is becoming a problem. My requirement is to show the horizontal gridlines through the peak values (i.e for the max and min value). Could you…
0
votes
1 answer

Mschart gridlines not starting from zero

In VS2010 VB I am using MSChart (.Net 4) and I have a FastLine chart with values from -2000 to 2000 for X axis and -20 to 20 on Y axis. The interval for the gridlines in X axix is 250 and I need the gridlines to be "mirrored" from origin (i.e. -250,…
1 2 3
15
16