Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IBubbleChartChartArea interface contains properties that are used to determine parameters of bubble chart plot area.
IBubbleChartChartArea
The plot area contains basic components of a bubble chart:
Animation area.
Use the IBubbleChart.ChartArea property to get plot area parameters.
Property name | Brief description | |
Padding | The Padding property determines the distance between the plot area border and borders of bubble chart elements. |
Property name | Brief description | |
BackgroundInfo | The BackgroundInfo property returns fill options. | |
BorderColor | The BorderColor property determines a border color. | |
BorderRadius | The BorderRadius property determines a rounding radius for component border corners. | |
BorderThickness | The BorderThickness property determines a thickness of component border line. |
Property name | Brief description | |
The Chart property returns the parent object, which includes the current bubble chart element. |
See also: