IBubbleChartGraphArea

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartGraphArea interface contains properties that are used to determine parameters for the area where bubble chart animation is shown.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartCommonItem

          IBubbleChartGraphArea

Comments

Use the IBubbleChart.GraphArea property to get animation area parameters.

Properties

  Property name Brief description
The GridBackground property returns animation area background settings.
The Margin property determines the distance between animation area borders and other 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