Back to Devexpress

SwiftPlotDiagramAxisXBase.StickToEdge Property

corelibraries-devexpress-dot-xtracharts-dot-swiftplotdiagramaxisxbase.md

latest2.0 KB
Original Source

SwiftPlotDiagramAxisXBase.StickToEdge Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool StickToEdge { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property StickToEdge As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

The following table demonstrates the possible values:

Note

When the property is set to true , the visual range’s range stays constant.

|

Description

|

Sample Image

| | --- | --- | |

StickToEdge = false

|

| |

StickToEdge = true;

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

|

| |

StickToEdge = true;

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

|

|

See Also

SwiftPlotDiagramAxisXBase Class

SwiftPlotDiagramAxisXBase Members

DevExpress.XtraCharts Namespace