API Reference
Class
ChartGridPanelSpan
Describes how many grid tracks a chart panel should occupy in a chart grid.
Inheritance
- Object
- ChartGridPanelSpan
Constructors
ChartGridPanelSpan(System.Int32 columnSpan, System.Int32 rowSpan) #Initializes a new panel span.
Parameters
- columnSpan System.Int32
- The number of grid columns occupied by the panel.
- rowSpan System.Int32
- The number of grid rows occupied by the panel.