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
0 answers

C# - How to keep chart y-axis gridlines constant?

How to make it so that the number of gridlines on the Y-Axis stays constant, and the values/labels look cleaner and not jagged? Here's a video recording I did of the chart: http://www.youtube.com/watch?v=i--1nJ0VhG0
radiantMemory
  • 39
  • 1
  • 10
0
votes
1 answer

AmChart Background Grid

I'm currently developing Amchart chart and its reading form local database. I want a way to make the background grid lines above the graphs with fillAlphas= 1? You can try using this
Tamim
  • 13
  • 2
0
votes
1 answer

how to disable a element in gridlayout?

i am disigning a calendar application.now i have populated the grid elements.but that grid layout also shows the dates of pervious month.how to disable a particular cell in grid layout? and also if possible let me know how to enable the grid…
Ads
  • 6,681
  • 12
  • 47
  • 72
0
votes
2 answers

D3.js Visualization - how to add Y axis gridlines

I am trying to add a y gridline to a d3.js visualization I created. I have tried approaches from other posts like creating a function etc. I found some great examples like this http://bl.ocks.org/hunzy/11110940 and this…
jeangelj
  • 4,338
  • 16
  • 54
  • 98
0
votes
1 answer

how to generate custom gridlines on dygraph with a certain scale

I've enjoyed using dygraph to plot data from an ECG report. However, I'd like to have additional gridlines in the graph generated so that it is more understandable to an actual doctor or some specialized person. The gridlines could be on custom…
Pragun
  • 1,123
  • 8
  • 20
0
votes
2 answers

How to generate line segments by grid points

I'm trying to generate grid line segments by grid points.I have 34 points like this: The picture size is 720*480 with 34 grid points and the coordinates are here: 323.708 205.925 382.585 206.75 320.296 216.596 381.729 217.499 271.118 227.4 286.04…
ytan
  • 3
  • 2
0
votes
1 answer

R: Is it possible to plot a grid from x, y spatial coordinates?

I've been working with a spatial model which contains 21,000 grid cells of unequal size (i by j, where i is [1:175] and j is[1:120]). I have the latitude and longitude values in two seperate arrays (lat_array,lon_array) of i and j dimensions.…
Muon
  • 1,294
  • 1
  • 9
  • 31
0
votes
1 answer

Gridlines on Secondary axis

I have a graph (produced by a Userform in VBA) with both a primary and secondary y-axis exist. I wish to place gridlines only on the secondary axis, WITHOUT those on the Primary being present! How do I do this (??), at the moment gridlines appear…
user6089076
0
votes
1 answer

NVD3 Multi Bar Chart - Add in grid lines and make sure every y axis value shows up

I'm trying to create a multi bar chart, and my grid lines are not showing up and every y axis value is not showing up. Here's an image: Any tips?
iceblender
  • 59
  • 5
0
votes
0 answers

Not all lines display in UITableViewController tableview object

I have this happening in a couple of different tableview objects. Not all my gridlines show up - in example here, just between 'ticks' and 'Rattle Snakes' (Oh yes, that is a compound word! I better edit~) I tried putting the same thumbnail image…
LaurelS
  • 492
  • 2
  • 8
  • 22
0
votes
1 answer

ASP.NET GridView inside repeater: gridlines disappear/reappear at random between rows when scolling through page

I think my title explains the problem I'm having. Screenshot of my problem for more clarification: Gridlines not showing when I'm scolled to the top of my page Gridlines showing when I'm scolled to the bottom of my page Related code, .aspx…
johwah121
  • 1
  • 2
0
votes
1 answer

Toggle off grid lines in Excel using JXL

This is my code for toggle off grid lines while create new Excel file using JXL. But this return false. Help me on this. Am struggling with it File exlFile = new File(sOutputDirectory + "/" + sOutputFileName+".xls"); WritableWorkbook…
user5122076
0
votes
1 answer

ListBox with GridLines

I have already defined listBox with all the functionality (It is a Graph with a dragging points). Around ListBox I want to add "GridLines" on X and Y axis (I hope thats the right word - data info on X axis and data info on Y axis - example - hour…
esispaned
  • 283
  • 5
  • 20
0
votes
0 answers

surf plot joining up all the points with lines

I am making some surface plots. I have 3 column vectors of data which are: (X) which is a signal length (Y) which is corresponding RPM values (Z) which is corresponding Mass values What I am then doing is: xlin = linspace(min(X),max(X),30); ylin =…
0
votes
2 answers

Highcharts Highstock align x-axis gridlines with center of data point

I'm using Highcharts Highstock chart to display daily data. The vertical (x-axis) gridlines do not align with the data point (gridline is to the left of the data point). Does anyone know how to align the gridline with the data…
Michael
  • 434
  • 1
  • 5
  • 12