ComponentOne FlexReport for WinForms
Series Class Members
Properties  Methods 

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.FlexChart Namespace : Series Class

The following tables list the members exposed by Series.

Public Constructors
 NameDescription
Public ConstructorInitialize a new instance of the Series class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the series alternatve style.  
Public PropertyGets or sets the series chart type.  
Public PropertyGets 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.

 
Public PropertyOverridden.   
Public PropertyGets a value indicating whether YExpressions is not empty.  
Public PropertyGets the hyperlink associated with the series.  
Public PropertyGets or sets a C1.Win.FlexReport.ScriptStringValue yielding the label of the series.  
Public PropertyGets 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)
Public PropertyGets a C1.Win.FlexReport.C1FlexReport containing this object. (Inherited from C1.Win.FlexReport.FlexChart.ChartObject)
Public PropertyGets or sets the series style.  
Public PropertyGets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
Public PropertyGets or sets the size (in twips) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
Public PropertyGets or sets the series symbol style.  
Public PropertyGets or sets the series visibility.  
Public PropertyGets or sets an expression used to obtain X data.  
Public PropertyGets 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.  
Public PropertyGets 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.  
Public PropertyGets 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.  
Public PropertyGets or sets an expression used to obtain Y data. This property works over YExpressions and gets or sets the element with index 0.  
Public PropertyGets or sets an array of expressions used to obtain Y data.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Assigns (copies) properties from another Series to the current object.  
Public MethodClones the current object. (Inherited from C1.Win.FlexReport.FlexChart.ChartNamedObject)
Public MethodOverridden. Creates instance of same class as this object.  
Top
See Also

Reference

Series Class
C1.Win.FlexReport.FlexChart Namespace