[]
Represents data for grid or irregular grid data layout.
public class Chart3DDataSetGrid : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
Chart3DDataSetGrid(Chart3DUnboundData) | Initialize new instance of Chart3DDataSetGrid object. |
Name | Description |
---|---|
ColumnCount | Gets or sets the number of columns in grid dataset. |
GridData | Gets or sets two-dimensional array of Z-values. |
this[int, int] | Gets or sets z-value of data by specified row and column. |
RowCount | Gets or sets the number of rows in grid dataset. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |
GetChartGroup() | For internal used only. Gets the chart group which contains this data set. |
SetValue(int, int, double) | Sets z-value of data by specified row and column. |