Assembly: Visualizators;
The IVZChartGrid interface is used to work with a bubble chart coordinate grid.
IVZChartGrid
To set up parameters of main grid lines, use the IVZChartAxis.PrimaryGrid property, to set up parameters of secondary grid lines, use the IVZChartAxis.SecondaryGrid property.
Property name | Brief description | |
AutoLineCount | The AutoLineCount property determines whether the number of intervals between main grid lines is calculated automatically. | |
LineCount | The LineCount property determines the number of intervals between grid lines manually. | |
Pen | The Pen property determines grid line drawing parameters. | |
Visible | The Visible property determines whether grid lines are displayed on a chart. |
See also: