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