[]
        
(Showing Draft Content)

FarPoint.Win.Chart.XYZSurfaceSeries

XYZSurfaceSeries Class

Represents a surface series in an XYZ plot area.

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

Each point contains a single value.

Constructors

Name Description
XYZSurfaceSeries()

Creates a new series.

XYZSurfaceSeries(XYZSurfaceSeries)

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.

CountX

Gets the number of points along the x-axis.

CountZ

Gets the number of points along the z-axis.

SurfaceFill

Gets or sets the fill for the surface.

SurfaceLine

Gets or sets the line for the surface.

Values

Gets the collection of 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.