[]
Represents the setting of the GridLayout object For a list of all members of this type, see the GridLayout member
[TypeConverter(typeof(GridLayout.Converter))]
public sealed class GridLayout : Item, IGraphItem, ICloneable, IGraphXmlSerializable
| 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. |
| Name | Description |
|---|---|
| Columns | Gets or sets the number of columns in GridLayout |
| IsDirty | This member overrides . Always false.
|
| Rows | Gets or sets the number of rows in GridLayout |
| Size | Gets number of chart area cells |
| 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. |