IVZChartGrid

Assembly: Visualizators;

Description

The IVZChartGrid interface is used to work with a bubble chart coordinate grid.

Inheritance Hierarchy

          IVZChartObject

          IVZChartGrid

Comments

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.

Properties

  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:

Visualizators Assembly Interfaces