[]
        
(Showing Draft Content)

FarPoint.Web.Chart.XYSeries

XYSeries Class

Represents a Base class for series in an XY plot area.

Implements
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
[PlotArea(typeof(XYPlotArea))]
public abstract class XYSeries : Series, IXmlSerializable
<PlotArea(GetType(XYPlotArea))>
Public MustInherit Class XYSeries
    Inherits Series
    Implements IXmlSerializable

Constructors

Name Description
XYSeries()

Creates a new series.

XYSeries(XYSeries)

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

Properties

Name Description
XAxisId

Gets or sets the ID of the x-axis on which the series is plotted.

YAxisId

Gets or sets the ID of the y-axis on which the series is plotted.

Methods

Name Description
GetSchema()

This method is reserved and should not be used.

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Converts an object into its XML representation.