Skip to main content

AxisRangeBase.EndValue Property

Gets or sets the value identifying the end of the range.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public object EndValue { get; set; }

#Property Value

Type Description
Object

A Object that specifies the end value of the range.

See Also