PointSeriesViewBase.SeriesPointAnimation Property
Gets or sets the point animation of XY series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public XYMarkerAnimationBase SeriesPointAnimation { get; set; }
Property Value
Type | Description |
---|---|
XYMarkerAnimationBase | A XYMarkerAnimationBase class descendant object. |
Remarks
For more information about animations, refer to the Animation topic.
See Also