Back to Devexpress

AxisX2D.StickToEnd Property

wpf-devexpress-dot-xpf-dot-charts-dot-axisx2d-37457113.md

latest1.6 KB
Original Source

AxisX2D.StickToEnd Property

OBSOLETE

This property is obsolete now. Use the StickToEdge property instead.

Gets or sets the value indicating whether the visual range should move to the new end of the whole range if the visual range is at the end of the whole range and the end of the whole range has been changed.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the StickToEdge property instead.")]
public bool StickToEnd { get; set; }
vb
<Browsable(False)>
<Obsolete("This property is obsolete now. Use the StickToEdge property instead.")>
Public Property StickToEnd As Boolean

Property Value

TypeDescription
Boolean

true, if the x-axis visual range should stick to the end of the whole range; otherwise, false.

|

Remarks

This property is obsolete now. Use the StickToEdge property instead.

See Also

AxisX2D Class

AxisX2D Members

DevExpress.Xpf.Charts Namespace