IBubbleChartTimeLine

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The IBubbleChartTimeLine interface contains properties that are used to determine parameters of timeline in a bubble chart.

Inheritance Hierarchy

          IBubbleChartAbstractItem

          IBubbleChartCommonItem

          IBubbleChartTimeLine

Comments

Use the IBubbleChart.TimeLine property to get bubble chart timeline parameters.

Properties

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

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