Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZChartAxis interface is used to work with bubble chart axis parameters.
IVZChartObject
IVZChartAxis
Chart axes parameters can be obtained in the IVZBubbleChart.AxisX and IVZBubbleChart.AxisY properties.
| Property name | Brief description | |
| The AutoMax property determines whether maximum value will be calculated automatically and set at chart axis. | ||
| The AutoMin property determines whether minimum value will be automatically calculated and set at chart axis. | ||
| The Caption property determines chart axis title. | ||
| The DisplayUnit property determines chart axis scale. | ||
| The LabelStyle property determines label style on chart axis. | ||
| The Max property determines maximum value on chart axis. | ||
| The Min property determines minimum value on axis chart. | ||
| The Pen property determines a pen used to draw an axis. | ||
| The PrimaryGrid property determines a style of chart grid main lines. | ||
| The SecondaryGrid property determines style of chart grid minor lines. | ||
| The ShowLabels property determines whether labels will be displayed on chart axis. | ||
| The TicksPen property pen of tick mark lines. |
See also: