[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DIrGridData

Chart3DIrGridData Class

Represents settings for irregular grid data layout.

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

Constructors

Name Description
Chart3DIrGridData()

Properties

Name Description
ColumnDeltaArray

Gets or sets the array which indicates the amounts of space between a data value and its neighboring column in grid dataset.

ColumnOrigin

Gets or sets the X-coordinate of the grid origin.

RowDeltaArray

Gets or sets the array which indicates the amounts of space between a data value and its neighboring row in grid dataset.

RowOrigin

Gets or sets the Y-coordinate of the grid origin.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.