Skip to main content
All docs
V21.1

DxChartSeries(ChartSeriesType) Constructor

Initializes a new instance of the DxChartSeries<T, TArgument, TValue, TAggregate, TModel> class with specified settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxChartSeries(
    ChartSeriesType type
)

Parameters

Name Type
type ChartSeriesType
See Also