[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.GridLayout

GridLayout Class

Represents the setting of the GridLayout object For a list of all members of this type, see the GridLayout member

Inheritance
GridLayout
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(GridLayout.Converter))]
public sealed class GridLayout : Item, IGraphItem, ICloneable, IGraphXmlSerializable

Constructors

Name Description
GridLayout()

Initializes a new instance of the GridLayout class

GridLayout(int, int)

Initializes a new instance of the GridLayout class, specifying the number of rows and the number of columns

GridLayout(string)

For internal use only.

GridLayout(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
Columns

Gets or sets the number of columns in GridLayout

IsDirty

This member overrides

Item.IsDirty
. Always false.
Rows

Gets or sets the number of rows in GridLayout

Size

Gets number of chart area cells

Methods

Name Description
DecreaseSize()

Decreases rows or columns whichever is more by 1.

Equals(object)

Compare the GridLayout object to another System.Object and check if the two are equal.

GetHashCode()

Gets hash code.

IncreaseSize()

Increases rows or columns whichever is less by 1.