DxChartAxisRange.EndValue Property
In This Article
Specifies the axis’s end value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[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