gridlines

Partially missing gridlines on log-scale charts in Excel 2007

I'm using Excel 2007 to create a log-scale chart of numbers (specifically the Zimbabwean dollar exchange rate) over time. I'm using an x-y scatterplot and noticing one odd quirk. The range of y values (numbers) spans a factor of about 10^30. On every chart I make using this data, half the gridlines are missing. Specifically, only the gr...

GridLines Color in IE and FF

I have gridlines set to true on a gridview, i want the lines to be grey. By default, the lines in IE appear grey, due to my stylesheets; but in Firefox, there is a dark line separating the header columns. I have tried adding this.GridView1.Attributes.Add("bordercolor", "#ddd"); This fixes the FireFox issue, but in IE it shows the dark...

Listview gridlines issue

There's a problem with drawing gridlines in listview with common controls 6. It happens when I try to scroll the list page down or page up with mouse. . I was only able to find this discussion http://www.ureader.com/msg/1484143.aspx, but the solutions are not perfect LVS_EX_DOUBLEBUFFER doesn't work for me Disabling smooth scrolling...

Hide matrix Gridlines SQL Server Reporting Services 2005

Hi, I am creating a report using SQL Server Reporting Services in Visual Studio 2005 (SSRS). I have placed a matrix in a list. The data and the matrix are working fine. However I can't seem to find a way to hide the matrix grid lines at runtime. Also, I have set the visibility of the static 1st column and 1st row to false, but when the ...

HTML / CSS table with GRIDLINES

how do I display the gridlines in a HTML table? (am using IE6) ...

Vertical gridlines in ggplot with discrete x-axis

I have the following setup: emp <- structure(list(s = structure(c(1L, 2L, 2L, 2L, 7L, 7L, 3L, 4L, 4L, 4L, 4L, 8L, 8L, 8L, 9L, 9L, 9L, 9L, 10L, 5L, 5L, 6L), .Label = c("8", "24", "31", "78", "135", "142", "30", "98", "117", "123"), class = "factor", scores = structure(c(1, 2, 14, 3, 5, 17, 18, 20, 11, 13), .Dim = 10L, .Dimnames = list(c(...

NSTableView get rid blank space separating columns

I have an NSTableView with 4 columns. I also have a custom background color for each row. The only problem is I have these ugly white spaces where the gridlines would go in both the horizontal and vertical axis. I have both unchecked in IB, but they still show up. How can I get rid of the vertical ones and change the color and size of...

wpf gridlines - changing style

Hi Is there any way to change the style of gridlines in wpf grid? I need to divide grid into 4 cells. To do it I used RowDevinitions and ColumnDefinitions. However I need user to distinguish which cell is which, that's why I need to change color of gridlines ...

Top Horizontal Grid Line on Flex Column Chart is not applying my style

I have a Flex Column Chart that has a range of 0 - 6 on the y-axis. I have added the following block to change the default colour of the horizontal grid lines to black. <mx:backgroundElements> <mx:GridLines> <mx:horizontalStroke> <mx:Stroke color="0x000000" /> </mx:horizontalStroke> </mx:GridLine> </...