[]
Represents series in the FlexChartField.
public class Series : ChartNamedObject
Name | Description |
---|---|
Series() | Initialize a new instance of the Series class. |
Name | Description |
---|---|
AltStyle | Gets or sets the series alternatve style. |
ChartType | Gets or sets the series chart type. |
DataSourceName | Gets or sets the name of the data source for the series. The name must match the name of a data source in the report's DataSources collection. Empty string indicates that the C1.WPF.FlexReport.FlexChartField.ChartData.DataSource will be used. |
Field | Gets a FlexChartFieldBase containing this object. |
HasYExpressions | Gets a value indicating whether YExpressions is not empty. |
Hyperlink | Gets the hyperlink associated with the series. |
Label | Gets or sets a ScriptStringValue yielding the label of the series. |
Style | Gets or sets the series style. |
SymbolMarker | Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. |
SymbolSize | Gets or sets the size (in twips) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types. |
SymbolStyle | Gets or sets the series symbol style. |
Visibility | Gets or sets the series visibility. |
XExpression | Gets or sets an expression used to obtain X data. |
Y1Expression | Gets or sets an expression used to obtain Y1 data for Hi-Lo, Hi-Lo-Open-Close, Candle and Bubble charts. This property works over YExpressions and gets or sets the element with index 1. |
Y2Expression | Gets or sets an expression used to obtain Y2 data for Hi-Lo, Hi-Lo-Open-Close and Candle charts. This property works over YExpressions and gets or sets the element with index 2. |
Y3Expression | Gets or sets an expression used to obtain Y3 data for Hi-Lo, Hi-Lo-Open-Close and Candle charts. This property works over YExpressions and gets or sets the element with index 3. |
YExpression | Gets or sets an expression used to obtain Y data. This property works over YExpressions and gets or sets the element with index 0. |
YExpressions | Gets or sets an array of expressions used to obtain Y data. |
Name | Description |
---|---|
AssignFrom(object) | Assigns (copies) properties from another Series to the current object. |
CreateSame() | Creates instance of same class as this object. |
SetOwner(object) | Sets the owner of the current object. |