[]
Represents point data layout.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DDataSetPoint : Chart3DDataSet
Name | Description |
---|---|
Chart3DDataSetPoint() | Initializes a new instance of the Chart3DDataSetPoint class. |
Name | Description |
---|---|
this[int, int] | Gets or sets data point coordinates by specified series and index. |
MaxX | Gets the maximum X value of the chart data. |
MaxY | Gets the maximum Y value of the chart data. |
MaxZ | Gets the maximum Z value of the chart data. |
MinX | Gets the minimum X value of the chart data. |
MinY | Gets the minimum Y value of the chart data. |
MinZ | Gets the minimum Z value of the chart data. |
SeriesCollection | Gets the collection of series. |
Name | Description |
---|---|
AddSeries(Chart3DPoint[]) | Add new series to the data set. |
GetColumnByPointIndex(int) | Gets column by point index. |
GetLStyleByHash(int) | Gets the plotting line style by hash. |
GetPointInternal(int, int) | Gets the point by column and row index. |
GetRowByPointIndex(int) | Gets row by point index. |
GetSStyleByHash(int) | Gets the contour style by hash. |
Refresh() | Called when a data set was changed. |
RemoveSeries(int) | Remove series with given index from the data set. |
SyncProps() | Called when data values are to be calculated. |