[]
Represents a surface series in an XYZ plot area.
[TypeConverter(typeof(GenericTypeConverter<XYZSurfaceSeries>))]
public class XYZSurfaceSeries : XYZSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of XYZSurfaceSeries)))>
Public Class XYZSurfaceSeries
Inherits XYZSeries
Implements ICloneable, IXmlSerializable
Each point contains a single value.
Name | Description |
---|---|
XYZSurfaceSeries() | Creates a new series. |
XYZSurfaceSeries(XYZSurfaceSeries) | Creates a new series that is a deep copy of the specified series. |
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. |
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. |