Hi
Is it possible to remove empty grid lines with no data?
Attached is a sample PPTX file with an example
|
chart.PrimaryValueAxis.HasMajorGridLines = false; |
|
chart.PrimaryValueAxis.MinimumValue = 1; chart.PrimaryValueAxis.MaximumValue = 3; |
Thanks. Is there a way to close the gap between the grid lines in the chart?
|
// for dislikes chart
chart.Height = 200; ……... ……… ……… …….… // for likes chart chart.Height = 300; |
Hi
I am having an issue with an edge case when I have a product with only one topic like this:
When I try to set the following code:
chart.PrimaryValueAxis.MaximumValue = 1;
I get an exception. When I try to set the property to "auto" I get 2 lines
chart.PrimaryValueAxis.IsAutoMax = true;