New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartSeriesDefaults

Properties

Bar - IChartBarSeries

Column - IChartBarSeries

RangeBar - IChartRangeBarSeries

Gets or sets the name of the field in the model that contains the series "from" values.

RangeColumn - IChartRangeBarSeries

Gets or sets the name of the field in the model that contains the series "from" values.

Area - IChartAreaSeries

The area chart line configuration.

VerticalArea - IChartAreaSeries

The area chart line configuration.

Line - IChartLineSeries

The style of the series.

VerticalLine - IChartLineSeries

The style of the series.

Pie - IChartPieSeries

If set to true, the Chart automatically scales down to fit the content area. Applicable for the Pie and Donut series (see example).

Donut - IChartDonutSeries

Gets or sets the margin of the donut series.

Scatter - IChartScatterSeries

ScatterLine - IChartScatterLineSeries

The style of the series.

OHLC - IChartOHLCSeries

Aggregates function for date series.

Bullet - IChartBulletSeries

The data used for binding.

VerticalBullet - IChartBulletSeries

The data used for binding.

RadarArea - IChartRadarAreaSeries

The radar area chart line configuration.

RadarColumn - IBarSeries

A value indicating if the bars should be stacked.

RadarLine - IChartRadarLineSeries

The radar line series style.

PolarArea - IChartPolarAreaSeries

The polar area chart line configuration.

PolarLine - IChartPolarLineSeries

The style of the series.

PolarScatter - IChartPolarScatterSeries

Funnel - IChartFunnelSeries

Gets the series type.

HeatMap - IHeatMapSeries

The funnel chart data configuration.

Pyramid - IChartPyramidSeries

Gets the series type.

Name - String

Opacity - Nullable

Color - String

ColorHandler - ClientHandlerDescriptor

A Razor template delegate.

AggregateHandler - ClientHandlerDescriptor

A Razor template delegate.

Tooltip - ChartTooltip

Specifies if the Chart should display a single tooltip for each category.

Axis - String

CategoryAxis - String

Highlight - ChartSeriesHighlight

Gets or sets the highlight opacity

Visible - Nullable

VisibleInLegend - Nullable

Notes - ChartNote

Defines the width of the line.

ZIndex - Nullable

Median - ChartSeriesMedian

The color of the median visual. Accepts a valid CSS color string, including hex and rgb.

Mean - ChartSeriesMean

The color of the mean visual. Accepts a valid CSS color string, including hex and rgb.

Whiskers - ChartSeriesWhiskersSettings

The color of the whiskers.

DrilldownField - String

DrilldownSeriesFactory - ClientHandlerDescriptor

A Razor template delegate.

LegendItem - ChartSeriesLegendItemSettings

Sets the configuration of the legend items of type area. By default, all series except line and scatter use this legend type.

Methods

CreateSerializer()

Creates a new ChartSeriesDefaultsSerializer.

RETURNS

The ChartSeriesDefaultsSerializer instance.

In this article
Not finding the help you need?