Assembly: Chart;
Namespace]: Prognoz.Platform.Interop.Chart;
The IBubbleChartAxisLinear interface contains properties and methods used to define parameters of matrix axes.
IBubbleChartAxisLinear
Axes parameters are available in the following properties:
IBubbleChart.AxisX. X axis parameters.
IBubbleChart.AxisY. Y axis parameters.
| Property name | Brief description | |
| AxisLineColor | The AxisLineColor property determines color of the bubble chart axis. | |
| Caption | The Caption property returns parameters of bubble chart axis title. | |
| CrossValue | The CrossValue property returns coordinate of the point where the bubble chart axis crosses another axis. | |
| LabelsInfo | The LabelsInfo property returns parameters of axis data labels. | |
| TickLineColor | The TickLineColor property determines color of tick marks in the bubble chart axis. | |
| TickLineThickness | The TickLineThickness property determines thickness of tick marks in the bubble chart axis. |
| Property name | Brief description | |
| AutoMinMax | The AutoMinMax property determines method of setting maximum and minimum values of the bubble chart metric. | |
| Max | The Max property determines maximum value of the bubble chart metric. | |
| Min | The Min property determines minimum value of the bubble chart metric. | |
| ScaleType | The ScaleType property determines method of calculating metric intervals. |
| Property name | Brief description | |
| The Chart property returns parent object which includes the current bubble chart element. |
See also: