Gets or sets the column index of this component when placed inside a GridPanel.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public int GridColumn { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridColumn As Integer |
See Also