[]
        
(Showing Draft Content)

FarPoint.Win.Chart.XYZLineSeries

XYZLineSeries Class

Represents a line series in an XYZ plot area.

Inheritance
XYZLineSeries
Implements
IXmlSerializable
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
[TypeConverter(typeof(GenericTypeConverter<XYZLineSeries>))]
public class XYZLineSeries : XYZSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of XYZLineSeries)))>
Public Class XYZLineSeries
    Inherits XYZSeries
    Implements ICloneable, IXmlSerializable
Remarks

Each point contains three values: x, y, and z. Line borders and line fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned.

Constructors

Name Description
XYZLineSeries()

Creates a new series.

XYZLineSeries(XYZLineSeries)

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.

LabelContainsXValue

Gets or sets whether the x value is displayed in the labels.

LabelContainsYValue

Gets or sets whether the y value is displayed in the labels.

LabelContainsZValue

Gets or sets whether the z value is displayed in the labels.

LineBorder

Gets or sets the line border for the series.

LineBorders

Gets the collection of line borders for the series.

PointBorder

Gets or sets the point border for the series.

PointBorders

Gets the collection of point borders for the series.

PointFill

Gets or sets the point fill for the series.

PointFills

Gets the collection of point fills for the series.

PointMarker

Gets or sets the point marker for the series.

PointMarkers

Gets the collection of point markers for the series.

SmoothedLine

Gets or sets whether the line is smoothed (not jagged).

VaryColors

Gets or sets whether each data point is displayed with a different color.

XValues

Gets the collection of x values for the series.

YValues

Gets the collection of y values for the series.

ZValues

Gets the collection of z values for the series.

Methods

Name Description
Clone()

Creates a deep copy of this series.

GetSchema()

This method is reserved and should not be used.

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.