Charting for WinForms Programmer's Guide
GridRow.SetPos Method
See Also
 






Sets the row's position.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void SetPos (
    double value
)

Visual Basic  Copy Code

Public Sub SetPos( _
    value As Double _
)

 Parameters

value

Y coordinate of the row.

 See Also

GridRow Members
GridRow Class
MindFusion.Charting.Components Namespace