Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool StickToEdge { get; set; }

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

StickToEdge = false

Default behavior

StickToEdge = true

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

Stick to start behavior

StickToEdge = true

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

Stick to end behavior

See Also