Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
163 views

GridLine on top of a Bar Chart in Mathematica

Is it possible to get a GridLine over a BartChart ? Gridlines draw it under and Mesh does not seem to work with BarChart. BarChart[{Range[10], Range[10]}, ChartLayout -> "Stacked", ...
4
votes
1answer
272 views

How can I get a Google Visulization LineChart to display vertical gridlines?

I am using javascript to display a Google Visulization LineChart in my web application. How can I get it to display vertical gridlines? I've read about using chg to set them, but as far as I know that ...
3
votes
1answer
61 views

How to hide grid lines in JTable

I'm trying to hide the grid lines of a JTable but with no results. Even trying to change the color of the grid lines does not work. Here is my code: // build the table tableView = new ...
3
votes
5answers
1k views

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 ...
2
votes
2answers
423 views

How can I omit the grid lines of empty cells in a list view?

How can I hide the grid lines separating empty cells from the adjacent cells in a TListView control? It would be like the HTML colspan table attribute, or Excel's "merge cells" command. I would like ...
2
votes
2answers
443 views

Adding a static gridline to a JFreeChart time series chart

I am trying to implement a timeseries chart with a peculiar requirement in JFreeChart. I can draw the chart, but I don't know how to implement the vertical red line at the last value in the chart. It ...
1
vote
2answers
379 views

Theme manipulation in ggplot2: altering x and y grid lines

Is it possible to manipulate the spacing and size of dashed and dotted grid lines in ggplot using the themes? The following plot: p + l + opts(panel.grid.major = theme_line(colour = 'black', linetype ...
1
vote
1answer
66 views

How can I get a Grid to draw Borders for blank cells?

I have an ItemsControl which uses a Grid as the ItemsPanelTemplate, and sets the Grid.Column and Grid.Row on the ItemContainerStyle to position data items in the grid Is there a way to either add ...
1
vote
1answer
218 views

Delphi 2009 TListView Change Grid Color and Width of GridLines

I have a TListView with ViewStyle set to vsReport. How do you change the color of the grid and the width of the gridlines. The gridlines is a bit too thick in D2009, I want to have the same width as ...
1
vote
1answer
69 views

PyGTK: Modifying GTKTreeView gridline color

I am trying to change the default color (black) of the gridlines in a GTKTreeView widget. Using gtk+ 2 and latest pygtk. Any help is appreciated - I do hope this is possible.
1
vote
1answer
4k views

wpf gridlines - changing style

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 RowDefinitions and ColumnDefinitions. However I need user to distinguish which cell ...
1
vote
2answers
201 views

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 ...
1
vote
2answers
5k views

HTML / CSS table with GRIDLINES

how do I display the gridlines in a HTML table? (am using IE6)
1
vote
1answer
1k views

Hide matrix Gridlines SQL Server Reporting Services 2005

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 ...
1
vote
2answers
904 views

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 ...
1
vote
3answers
2k views

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 ...
0
votes
0answers
85 views

ASP.NET Chart StripLine over the GridLine

I have a Chart control with some columns and GridLines. I wanted to add a red StripLine at a specific location on the Chart to show that this is the acceptable level (or whatever). The problem is ...
0
votes
1answer
204 views

Style for ASP:GridView GridLines=“None”

I'm using ASP.NET standard GridView. How can I add CSS style to the property GridLines="None"?
0
votes
0answers
196 views

bars charts not on grid line with date axis - jqplot

Can anyone help me out with how I could make my bar charts align with grid lines when I use the date axis renderer for x axis? I thought may be the shadow is making the bars move from the grids n ...
0
votes
0answers
77 views

Making vertical GridLines appear over the top of spanned table cells

I'm developing an ASP.Net project. I have an <asp:Table> control on my page, to which columns and cells are added from the codebehind. Many of the cells span across more than one column (the ...
0
votes
2answers
664 views

Special Gridline Style for Only One Column

How would I set a custom grid line style on just one column of a DataGrid? In particular, I'd like one column to have a double line as its left border. Example: | Col1 | Col2 || Col3 (w/ Double Left ...
0
votes
1answer
236 views

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 ...
0
votes
1answer
365 views

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> ...
0
votes
1answer
1k views

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", ...