Name | Description | |
---|---|---|
Series Constructor | Initialize a new instance of the Series class. |
The following tables list the members exposed by Series.
Name | Description | |
---|---|---|
Series Constructor | 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 FlexChartFieldBase.DataSource will be used. | |
Field | Overridden. | |
HasYExpressions | Gets a value indicating whether YExpressions is not empty. | |
Hyperlink | Gets the hyperlink associated with the series. | |
Label | Gets or sets a C1.Win.FlexReport.ScriptStringValue yielding the label of the series. | |
Name | Gets or sets the unique name of the current object. If an item with the specified name already exists in the owner, an exception is thrown. (Inherited from C1.Win.FlexReport.FlexChart.ChartNamedObject) | |
ParentReport | Gets a C1.Win.FlexReport.C1FlexReport containing this object. (Inherited from C1.Win.FlexReport.FlexChart.ChartObject) | |
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 | Overridden. Assigns (copies) properties from another Series to the current object. | |
Clone | Clones the current object. (Inherited from C1.Win.FlexReport.FlexChart.ChartNamedObject) | |
CreateSame | Overridden. Creates instance of same class as this object. |