[]
Represents settings for a regular grid data layout.
public class Chart3DGridData : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
Chart3DGridData() |
Name | Description |
---|---|
ColumnDelta | Gets or sets the amount of space between a data value and its neighboring column in grid dataset. |
ColumnOrigin | Gets or sets the X-coordinate of the grid origin. |
RowDelta | Gets or sets the amount of space between a data value and its neighboring row in grid dataset. |
RowOrigin | Gets or sets the Y-coordinate of the grid origin. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |