Skip to main content
A newer version of this page is available. .

ChartRangeSeriesPoint<T> Class

Specifies an individual range series point with typed values.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class ChartRangeSeriesPoint<T> :
    ChartRangeSeriesPoint

Type Parameters

Name Description
T

The type of values.

Inheritance

See Also