Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IBubbleChartAxis interface contains properties and methods used to define parameters of bubble chart metrics.
IBubbleChartAxis
This interface is basic for the IBubbleChartAxisLinear interface.
| 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: