Back to Devexpress

GridLayoutOptions.SetValues(Int32, Int32, Int32, Int32) Method

corelibraries-devexpress-dot-xtracharts-dot-gridlayoutoptions-dot-setvalues-x28-system-dot-int32-system-dot-int32-system-dot-int32-system-dot-int32-x29.md

latest2.2 KB
Original Source

GridLayoutOptions.SetValues(Int32, Int32, Int32, Int32) Method

Sets values that define the pane position within the layout grid.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public void SetValues(
    int row,
    int column,
    int rowSpan = 1,
    int columnSpan = 1
)
vb
Public Sub SetValues(
    row As Integer,
    column As Integer,
    rowSpan As Integer = 1,
    columnSpan As Integer = 1
)

Parameters

NameTypeDescription
rowInt32

The integer index of the row the pane occupies. This value should be greater than or equal to 0.

| | column | Int32 |

The integer index of the column the pane occupies. This value should be greater than or equal to 0.

|

Optional Parameters

NameTypeDefaultDescription
rowSpanInt321

The number of rows the pane can simultaneously occupy, starting with its initial row index. This value should be greater than or equal to 1. This is an optional parameter.

| | columnSpan | Int32 | 1 |

The number of columns the pane can simultaneously occupy, starting with its initial column index. This value should be greater than or equal to 1. This is an optional parameter.

|

See Also

GridLayoutOptions Class

GridLayoutOptions Members

DevExpress.XtraCharts Namespace