[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DDataSetGrid

Chart3DDataSetGrid Class

Represents data for grid or irregular grid data layout.

Inheritance
Chart3DDataSetGrid
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class Chart3DDataSetGrid : ChartObject, INotifyPropertyChanged, IC1Serializable

Constructors

Name Description
Chart3DDataSetGrid(Chart3DUnboundData)

Initialize new instance of Chart3DDataSetGrid object.

Properties

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.

Methods

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.