IBubbleChartTimeLine

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartTimeLine interface contains properties used to define parameters of time line in a bubble chart.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartCommonItem

          IBubbleChartTimeLine

Comments

Use the IBubbleChart.TimeLine property to get parameters of the time line in the bubble chart.

Properties

  Property name Brief description
CurrentStep The CurrentStep property determines number of the current time point.
Margin The Margin property determines the distance between time line borders and other elements of the bubble chart.
MoveTime The MoveTime property sdetermines the time required to move from a time point to another time point when playing the time line animation.
Padding The Padding property determines the distance between the time line image and its border.
ReturnToInitialState The ReturnToInitialState property determines if the time line slider returns to its initial position after the animation is completed.
StopTime The StopTime property determines the duration of staying in the time point when playing the time line animation.

Properties inherited from IBubbleChartCommonItem

  Property name Brief description
BackgroundInfo The BackgroundInfo property returns fill options.
BorderColor The BorderColor property determines border color.
BorderRadius The BorderRadius property determines rounding radius for corners of component border.
BorderThickness The BorderThickness property determines width of component border line.

Properties inherited from IBubbleChartAbstractItem

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

See also:

Chart Assembly Interfaces