Skip to main content

LayoutChangedEventArgs.End Property

Returns the end 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 End { get; }

#Property Value

Type Description
Object

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

See Also