[]
        
(Showing Draft Content)

FarPoint.Win.Chart.Series

Series Class

Represents a Base class for the series.

Implements
IXmlSerializable
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public abstract class Series : IXmlSerializable
Public MustInherit Class Series
    Implements IXmlSerializable

Constructors

Name Description
Series()

Creates a new series.

Series(Series)

Creates a new series that is a deep copy of the specified series.

Properties

Name Description
Count

Gets the number of points in the series.

LabelBorder

Gets or sets the border around the data labels.

LabelContainsSeriesName

Gets or sets whether the series name is displayed in the label.

LabelFill

Gets or sets the fill of the background of the data labels.

LabelFormatter

Gets or sets the label formatter object for the series labels.

LabelNegativeRed

Gets or sets whether the data labels with negative values are displayed in red.

LabelRotationAngle

Gets or sets the rotation angle for the label.

LabelSeparator

Gets or sets the text used to separate the contents of a label.

LabelTextDirection

Gets or sets the text orientation for the label.

LabelTextFill

Gets or sets the fill of the text of the data labels.

LabelTextFont

Gets or sets the font of the text of the data labels.

LabelVisible

Gets or sets whether the data labels are visible.

LegendAreaId

Gets or sets the ID of the legend on which the series is displayed.

SeriesName

Gets or sets the name of the series.

SeriesNameDataField

Gets or sets the field in the data source that stores the series name.

SeriesNameDataSource

Gets or sets the data source for the series name.

Visible

Gets or sets whether the series is visible.

Methods

Name Description
GetSchema()

This method is reserved and should not be used.

OnChanged(EventArgs)

Raises the Changed event.

ReadXml(XmlReader)

Generates an object from its XML representation.

ReadXmlElement(XmlReader)

Reads the child XML element.

WriteXml(XmlWriter)

Converts an object into its XML representation.

Events

Name Description
Changed

Occurs when the series is changed.