DxChartAxisRange.EndValue Property
Specifies the axis’s end value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public object EndValue { get; set; }
Property Value
Type | Description |
---|---|
Object | The end value. |
Remarks
Refer to DxChartAxisRange class description for more information and an example.
See Also