Back to Devexpress

AxisX2D.StickToEdge Property

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

latest1.7 KB
Original Source

AxisX2D.StickToEdge Property

Gets or sets the value that specifies whether the visual range sticks to the whole range’s start or end.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool StickToEdge { get; set; }
vb
Public Property StickToEdge As Boolean

Property Value

TypeDescription
Boolean

true if the visual range sticks to the whole range’s edge; otherwise false.

|

Remarks

When the property is set to true , the visual range’s range stays constant. The following table demonstrates the possible values:

|

Description

|

Sample Image

| | --- | --- | |

StickToEdge = false

|

| |

StickToEdge = true

The Visual Range is at the start of the Whole Range.

|

| |

StickToEdge = true

The Visual Range is at the end of the Whole Range.

|

|

See Also

AxisX2D Class

AxisX2D Members

DevExpress.Xpf.Charts Namespace