IChart > Chart Assembly Interfaces > IBubbleChartTimeLine
Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The IBubbleChartTimeLine interface contains properties that are used to determine parameters of timeline in a bubble chart.
IBubbleChartTimeLine
The interface is outdated.
Use the IBubbleChart.TimeLine property to get bubble chart timeline parameters.
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. |
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: