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

ChartSeriesFactory

Properties

Chart - Chart

The common settings for all Chart series.

Methods

RangeBar(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines rangeBar series bound to model member(s).

Parameters

fromExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The from value. from the model.

toExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The to value. from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

RangeBar(System.String,System.String,System.String)

Defines bound rangeBar series.

Parameters

fromMemberName - System.String

The name of the The from value. member.

toMemberName - System.String

The name of the The to value. member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

RangeColumn(System.Collections.IEnumerable)

Defines rangeColumn series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

RangeColumn(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines rangeColumn series bound to model member(s).

Parameters

fromExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The from value. from the model.

toExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The to value. from the model.

RangeColumn(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines rangeColumn series bound to model member(s).

Parameters

fromExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The from value. from the model.

toExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The to value. from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

RangeColumn(System.String,System.String,System.String)

Defines bound rangeColumn series.

Parameters

fromMemberName - System.String

The name of the The from value. member.

toMemberName - System.String

The name of the The to value. member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

Scatter(System.Collections.IEnumerable)

Defines scatter series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Scatter(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines scatter series bound to model member(s).

Parameters

xValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The x value. from the model.

yValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The y value. from the model.

Scatter(System.String,System.String)

Defines bound scatter series.

Parameters

xMemberName - System.String

The name of the The x value. member.

yMemberName - System.String

The name of the The y value. member.

ScatterLine(System.Collections.IEnumerable)

Defines scatterLine series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

ScatterLine(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines scatterLine series bound to model member(s).

Parameters

xValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The x value. from the model.

yValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The y value. from the model.

ScatterLine(System.String,System.String)

Defines bound scatterLine series.

Parameters

xMemberName - System.String

The name of the The x value. member.

yMemberName - System.String

The name of the The y value. member.

VerticalArea(System.Collections.IEnumerable)

Defines verticalArea series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

VerticalArea(System.Linq.Expressions.Expression)

Defines verticalArea series bound to model member(s).

Parameters

expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

VerticalArea(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines verticalArea series bound to model member(s).

Parameters

expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

VerticalArea(System.String,System.String)

Defines bound verticalArea series.

Parameters

memberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

VerticalBoxPlot(System.Collections.IEnumerable)

Defines verticalBoxPlot series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

VerticalBoxPlot(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines verticalBoxPlot series bound to model member(s).

Parameters

lowerExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The lower value. from the model.

q1Expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The Q1 value. from the model.

medianExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The median value. from the model.

q3Expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The Q3 value. from the model.

upperExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The upper value. from the model.

VerticalBoxPlot(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines verticalBoxPlot series bound to model member(s).

Parameters

lowerExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The lower value. from the model.

q1Expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The Q1 value. from the model.

medianExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The median value. from the model.

q3Expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The Q3 value. from the model.

upperExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The upper value. from the model.

meanExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The mean value. from the model.

outliersExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The outliers value. from the model.

VerticalBoxPlot(System.String,System.String,System.String,System.String,System.String,System.String,System.String)

Defines bound verticalBoxPlot series.

Parameters

lowerMemberName - System.String

The name of the The lower value. member.

q1MemberName - System.String

The name of the The Q1 value. member.

medianMemberName - System.String

The name of the The median value. member.

q3MemberName - System.String

The name of the The Q3 value. member.

upperMemberName - System.String

The name of the The upper value. member.

meanMemberName - System.String

The name of the The mean value. member. Optional.

outliersMemberName - System.String

The name of the The outliers value. member. Optional.

VerticalBullet(System.Collections.IEnumerable)

Defines verticalBullet series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

VerticalBullet(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines verticalBullet series bound to model member(s).

Parameters

currentExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The current value; from the model.

targetExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The target value. from the model.

VerticalBullet(System.String,System.String)

Defines bound verticalBullet series.

Parameters

currentMemberName - System.String

The name of the The current value; member.

targetMemberName - System.String

The name of the The target value. member.

VerticalLine(System.Collections.IEnumerable)

Defines verticalLine series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

VerticalLine(System.Linq.Expressions.Expression)

Defines verticalLine series bound to model member(s).

Parameters

expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

VerticalLine(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines verticalLine series bound to model member(s).

Parameters

expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

VerticalLine(System.String,System.String)

Defines bound verticalLine series.

Parameters

memberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

VerticalRangeArea(System.Collections.IEnumerable)

Defines verticalRangeArea series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

VerticalRangeArea(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines verticalRangeArea series bound to model member(s).

Parameters

fromExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The from value. from the model.

toExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The to value. from the model.

VerticalRangeArea(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines verticalRangeArea series bound to model member(s).

Parameters

fromExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The from value. from the model.

toExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The to value. from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

colorExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The color value. from the model.

VerticalRangeArea(System.String,System.String,System.String,System.String)

Defines bound verticalRangeArea series.

Parameters

fromMemberName - System.String

The name of the The from value. member.

toMemberName - System.String

The name of the The to value. member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

colorMemberName - System.String

The name of the The color value. member. Optional.

Waterfall(System.Collections.IEnumerable)

Defines waterfall series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Waterfall(System.Linq.Expressions.Expression)

Defines waterfall series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

Waterfall(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines waterfall series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

Waterfall(System.String,System.String)

Defines bound waterfall series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

HeatMap(System.Collections.IEnumerable)

Defines heatmap series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

HeatMap(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines heatmap series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

xValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The x value. from the model.

yValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The y value. from the model.

HeatMap(System.String,System.String,System.String)

Defines bound heatmap series.

Parameters

valueMemberName - System.String

The name of the value member.

xMemberName - System.String

The name of the The x value. member.

yMemberName - System.String

The name of the The y value. member.

Area(System.Collections.IEnumerable)

Defines area series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Area(System.Linq.Expressions.Expression)

Defines area series bound to model member(s).

Parameters

expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

Area(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines area series bound to model member(s).

Parameters

expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

Area(System.String,System.String)

Defines bound area series.

Parameters

memberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

Bar(System.Collections.IEnumerable)

Defines bar series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Bar(System.Linq.Expressions.Expression)

Defines bar series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

Bar(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines bar series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

Bar(System.String,System.String)

Defines bound bar series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

BoxPlot(System.Collections.IEnumerable)

Defines boxPlot series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

BoxPlot(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines boxPlot series bound to model member(s).

Parameters

lowerExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The lower value. from the model.

q1Expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The Q1 value. from the model.

medianExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The median value. from the model.

q3Expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The Q3 value. from the model.

upperExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The upper value. from the model.

BoxPlot(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines boxPlot series bound to model member(s).

Parameters

lowerExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The lower value. from the model.

q1Expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The Q1 value. from the model.

medianExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The median value. from the model.

q3Expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The Q3 value. from the model.

upperExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The upper value. from the model.

meanExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The mean value. from the model.

outliersExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The outliers value. from the model.

BoxPlot(System.String,System.String,System.String,System.String,System.String,System.String,System.String)

Defines bound boxPlot series.

Parameters

lowerMemberName - System.String

The name of the The lower value. member.

q1MemberName - System.String

The name of the The Q1 value. member.

medianMemberName - System.String

The name of the The median value. member.

q3MemberName - System.String

The name of the The Q3 value. member.

upperMemberName - System.String

The name of the The upper value. member.

meanMemberName - System.String

The name of the The mean value. member. Optional.

outliersMemberName - System.String

The name of the The outliers value. member. Optional.

Bubble(System.Collections.IEnumerable)

Defines bubble series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Bubble(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines bubble series bound to model member(s).

Parameters

xValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The x value. from the model.

yValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The y value. from the model.

sizeExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The size value. from the model.

Bubble(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines bubble series bound to model member(s).

Parameters

xValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The x value. from the model.

yValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The y value. from the model.

sizeExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The size value. from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the category from the model.

Bubble(System.String,System.String,System.String,System.String)

Defines bound bubble series.

Parameters

xMemberName - System.String

The name of the The x value. member.

yMemberName - System.String

The name of the The y value. member.

sizeMemberName - System.String

The name of the The size value. member.

categoryMemberName - System.String

The name of the category member. Optional.

Bullet(System.Collections.IEnumerable)

Defines bullet series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Bullet(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines bullet series bound to model member(s).

Parameters

currentExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The current value; from the model.

targetExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The target value. from the model.

Bullet(System.String,System.String)

Defines bound bullet series.

Parameters

currentMemberName - System.String

The name of the The current value; member.

targetMemberName - System.String

The name of the The target value. member.

Candlestick(System.Collections.IEnumerable)

Defines candlestick series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Candlestick(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines candlestick series bound to model member(s).

Parameters

openExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The open value. from the model.

highExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The high value. from the model.

lowExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The low value. from the model.

closeExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The close value. from the model.

Candlestick(System.String,System.String,System.String,System.String)

Defines bound candlestick series.

Parameters

openMemberName - System.String

The name of the The open value. member.

highMemberName - System.String

The name of the The high value. member.

lowMemberName - System.String

The name of the The low value. member.

closeMemberName - System.String

The name of the The close value. member.

Column(System.Collections.IEnumerable)

Defines column series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Column(System.Linq.Expressions.Expression)

Defines column series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

Column(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines column series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

Column(System.String,System.String)

Defines bound column series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

Donut(System.Collections.IEnumerable)

Defines donut series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Donut(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines donut series bound to model member(s).

Parameters

expressionValue - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

Donut(System.String,System.String)

Defines bound donut series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member.

Funnel(System.Collections.IEnumerable)

Defines funnel series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Funnel(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines funnel series bound to model member(s).

Parameters

expressionValue - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

Funnel(System.String,System.String)

Defines bound funnel series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member.

HorizontalWaterfall(System.Collections.IEnumerable)

Defines horizontalWaterfall series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

HorizontalWaterfall(System.Linq.Expressions.Expression)

Defines horizontalWaterfall series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

HorizontalWaterfall(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines horizontalWaterfall series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

HorizontalWaterfall(System.String,System.String)

Defines bound horizontalWaterfall series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

Line(System.Collections.IEnumerable)

Defines line series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Line(System.Linq.Expressions.Expression)

Defines line series bound to model member(s).

Parameters

expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

Line(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines line series bound to model member(s).

Parameters

expression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

Line(System.String,System.String)

Defines bound line series.

Parameters

memberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

OHLC(System.Collections.IEnumerable)

Defines ohlc series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

OHLC(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines ohlc series bound to model member(s).

Parameters

openExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The open value. from the model.

highExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The high value. from the model.

lowExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The low value. from the model.

closeExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The close value. from the model.

OHLC(System.String,System.String,System.String,System.String)

Defines bound ohlc series.

Parameters

openMemberName - System.String

The name of the The open value. member.

highMemberName - System.String

The name of the The high value. member.

lowMemberName - System.String

The name of the The low value. member.

closeMemberName - System.String

The name of the The close value. member.

Pie(System.Collections.IEnumerable)

Defines pie series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

Pie(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines pie series bound to model member(s).

Parameters

expressionValue - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

Pie(System.String,System.String)

Defines bound pie series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member.

PolarArea(System.Collections.IEnumerable)

Defines polarArea series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

PolarArea(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines polarArea series bound to model member(s).

Parameters

xValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The x value. from the model.

yValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The y value. from the model.

PolarArea(System.String,System.String)

Defines bound polarArea series.

Parameters

xMemberName - System.String

The name of the The x value. member.

yMemberName - System.String

The name of the The y value. member.

PolarLine(System.Collections.IEnumerable)

Defines polarLine series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

PolarLine(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines polarLine series bound to model member(s).

Parameters

xValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The x value. from the model.

yValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The y value. from the model.

PolarLine(System.String,System.String)

Defines bound polarLine series.

Parameters

xMemberName - System.String

The name of the The x value. member.

yMemberName - System.String

The name of the The y value. member.

PolarScatter(System.Collections.IEnumerable)

Defines polarScatter series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

PolarScatter(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines polarScatter series bound to model member(s).

Parameters

xValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The x value. from the model.

yValueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The y value. from the model.

PolarScatter(System.String,System.String)

Defines bound polarScatter series.

Parameters

xMemberName - System.String

The name of the The x value. member.

yMemberName - System.String

The name of the The y value. member.

RadarArea(System.Collections.IEnumerable)

Defines radarArea series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

RadarArea(System.Linq.Expressions.Expression)

Defines radarArea series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

RadarArea(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines radarArea series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

RadarArea(System.String,System.String)

Defines bound radarArea series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

RadarColumn(System.Collections.IEnumerable)

Defines radarColumn series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

RadarColumn(System.Linq.Expressions.Expression)

Defines radarColumn series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

RadarColumn(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines radarColumn series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

RadarColumn(System.String,System.String)

Defines bound radarColumn series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

RadarLine(System.Collections.IEnumerable)

Defines radarLine series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

RadarLine(System.Linq.Expressions.Expression)

Defines radarLine series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

RadarLine(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines radarLine series bound to model member(s).

Parameters

valueExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the value from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

RadarLine(System.String,System.String)

Defines bound radarLine series.

Parameters

valueMemberName - System.String

The name of the value member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

RangeArea(System.Collections.IEnumerable)

Defines rangeArea series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

RangeArea(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines rangeArea series bound to model member(s).

Parameters

fromExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The from value. from the model.

toExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The to value. from the model.

RangeArea(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines rangeArea series bound to model member(s).

Parameters

fromExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The from value. from the model.

toExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The to value. from the model.

categoryExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The category value. from the model.

colorExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The color value. from the model.

RangeArea(System.String,System.String,System.String,System.String)

Defines bound rangeArea series.

Parameters

fromMemberName - System.String

The name of the The from value. member.

toMemberName - System.String

The name of the The to value. member.

categoryMemberName - System.String

The name of the The category value. member. Optional.

colorMemberName - System.String

The name of the The color value. member. Optional.

RangeBar(System.Collections.IEnumerable)

Defines rangeBar series bound to inline data.

Parameters

data - System.Collections.IEnumerable

The list of data items to bind to

RangeBar(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Defines rangeBar series bound to model member(s).

Parameters

fromExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The from value. from the model.

toExpression - System.Linq.Expressions.Expression<Func>

The expression used to extract the The to value. from the model.

In this article
Not finding the help you need?