FarPoint.Win.Chart
Series Class Members
See Also  Properties  Methods  Events
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : Series Class


The following tables list the members exposed by Series.

Public Properties

 NameDescription
Public PropertyCount Gets the number of points in the series.  
Public PropertyLabelBorder Gets or sets the border around the data labels.  
Public PropertyLabelContainsSeriesName Gets or sets whether the series name in displayed in the labels.  
Public PropertyLabelFill Gets or sets the fill of the background of the data labels.  
Public PropertyLabelFormatter Gets or sets the label formatter object for the series labels.  
Public PropertyLabelRotationAngle Gets or sets the rotation angle for label  
Public PropertyLabelSeparator Gets or sets the text used to separate the contents of a label.  
Public PropertyLabelTextDirection Gets or sets the text orientation for the label  
Public PropertyLabelTextFill Gets or sets the fill of the text of the data labels.  
Public PropertyLabelTextFont Gets or sets the font of the text of the data labels.  
Public PropertyLabelVisible Gets or sets whether the data labels are visible.  
Public PropertyLegendAreaId Gets or sets the ID of the legend on which the series is displayed.  
Public PropertySeriesName Gets or sets the name of the series.  
Public PropertySeriesNameDataField Gets or sets the field in the data source that stores the series name.  
Public PropertySeriesNameDataSource Gets or sets the data source for the series name.  
Public PropertyVisible Gets or sets whether the series is visible.  
Top

Public Methods

 NameDescription
Public MethodGetSchema This method is reserved and should not be used.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

Protected Methods

 NameDescription
Protected MethodOnChanged Raises the Changed event.  
Protected MethodReadXmlElement Reads the child XML element.  
Top

Public Events

 NameDescription
Public EventChanged Occurs when the series is changed.  
Top

See Also