Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

ChartFinancialSeriesPoint<T> Class

Specifies a financial series point with typed values.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public class ChartFinancialSeriesPoint<T> :
    ChartFinancialSeriesPoint

Type Parameters

Name Description
T

The type of values.

Inheritance

See Also