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


The following tables list the members exposed by RadarSeries.

Public Properties

 NameDescription
Public PropertyCategoryNames Gets the collection of category names for the series.  
Public PropertyCount Gets the number of points in the series. (Inherited from Series)
Public PropertyLabelBorder Gets or sets the border around the data labels. (Inherited from Series)
Public PropertyLabelContainsCategoryName Gets or sets whether the category name in displayed in the labels.  
Public PropertyLabelContainsSeriesName Gets or sets whether the series name in displayed in the labels. (Inherited from Series)
Public PropertyLabelFill Gets or sets the fill of the background of the data labels. (Inherited from Series)
Public PropertyLabelFormatter Gets or sets the label formatter object for the series labels. (Inherited from Series)
Public PropertyLabelRotationAngle Gets or sets the rotation angle for label (Inherited from Series)
Public PropertyLabelSeparator Gets or sets the text used to separate the contents of a label. (Inherited from Series)
Public PropertyLabelTextDirection Gets or sets the text orientation for the label (Inherited from Series)
Public PropertyLabelTextFill Gets or sets the fill of the text of the data labels. (Inherited from Series)
Public PropertyLabelTextFont Gets or sets the font of the text of the data labels. (Inherited from Series)
Public PropertyLabelVisible Gets or sets whether the data labels are visible. (Inherited from Series)
Public PropertyLegendAreaId Gets or sets the ID of the legend on which the series is displayed. (Inherited from Series)
Public PropertySeriesName Gets or sets the name of the series. (Inherited from Series)
Public PropertySeriesNameDataField Gets or sets the field in the data source that stores the series name. (Inherited from Series)
Public PropertySeriesNameDataSource Gets or sets the data source for the series name. (Inherited from Series)
Public PropertyVisible Gets or sets whether the series is visible. (Inherited from Series)
Public PropertyYAxisId Gets or sets the Id of the y-axis on which the series is plotted.  
Top

Public Methods

 NameDescription
Public MethodGetSchemaOverridden.  This method is reserved and should not be used.  
Public MethodReadXmlOverridden.  Generates an object from its XML representation.  
Public MethodWriteXmlOverridden.  Converts an object into its XML representation.  
Top

Protected Methods

 NameDescription
Protected MethodOnChanged Raises the Changed event. (Inherited from Series)
Protected MethodReadXmlElement Reads the child XML element. (Inherited from Series)
Top

Public Events

 NameDescription
Public EventChanged Occurs when the series is changed. (Inherited from Series)
Top

See Also