Back to Devexpress

AxisXBase.StickToEnd Property

corelibraries-devexpress-dot-xtracharts-dot-axisxbase-e3871216.md

latest1.8 KB
Original Source

AxisXBase.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.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the StickToEdge property instead")]
public bool StickToEnd { get; set; }
vb
<Obsolete("This property is obsolete now. Use the StickToEdge property instead")>
<Browsable(False)>
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

The following table demonstrates possible behaviors.

StickToEnd = falseStickToEnd = true

See Also

AxisXBase Class

AxisXBase Members

DevExpress.XtraCharts Namespace