Skip to main content

LayoutChangedEventArgs.Start Property

Returns the start value of the bound chart’s whole range (X-axis).

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public object Start { get; }

#Property Value

Type Description
Object

The start value of the bound chart’s whole range.

See Also