[]
        
(Showing Draft Content)

FarPoint.Win.Chart.XYZSeries

XYZSeries Class

Represents the Base class for a series in an XYZ plot area.

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

Constructors

Name Description
XYZSeries()

Creates a new series.

XYZSeries(XYZSeries)

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.

ZAxisId

Gets or sets the ID of the z-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.