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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
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 |
---|---|
| |
The Visual Range is at the start of the Whole Range. | |
The Visual Range is at the end of the Whole Range. |
See Also