IBubbleChartChartArea

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartChartArea interface contains properties that are used to determine parameters of bubble chart plot area.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartCommonItem

          IBubbleChartChartArea

Comments

The plot area contains basic components of a bubble chart:

Use the IBubbleChart.ChartArea property to get plot area parameters.

Properties

  Property name Brief description
Padding The Padding property determines the distance between the plot area border and borders of bubble chart elements.

Properties inherited from IBubbleChartCommonItem

  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.

Properties inherited from IBubbleChartAbstractItem

  Property name Brief description
The Chart property returns the parent object, which includes the current bubble chart element.

See also:

Chart Assembly Interfaces