[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetPoint

Chart3DDataSetPoint Class

Represents point data layout.

Inheritance
Chart3DDataSetPoint
Namespace: C1.Win.C1Chart3D
Assembly: C1.Win.C1Chart3D.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DDataSetPoint : Chart3DDataSet

Constructors

Name Description
Chart3DDataSetPoint()

Initializes a new instance of the Chart3DDataSetPoint class.

Properties

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.

Methods

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.