LineSeriesView.SeriesAnimation Property
Gets or sets the series animation of the XY series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public XYSeriesAnimationBase SeriesAnimation { get; set; }
Property Value
Type | Description |
---|---|
XYSeriesAnimationBase | A XYSeriesAnimationBase class descendant. |
Remarks
For more information about animations, refer to the Animation topic.
See Also