C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport.FlexChart Namespace : Series Class |
For a list of all members of this type, see Series members.
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.WPF.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.WPF.FlexReport.FlexChart.ChartNamedObject) |
![]() | ParentReport | Gets a C1.WPF.FlexReport.C1FlexReport containing this object. (Inherited from C1.WPF.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. |