Search
GridRow.RelativeSize Method
See Also
 






Gets whether the row should be sized relatively to other rows in the grid panel.

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

 Syntax

C#  Copy Code

public bool RelativeSize ()

Visual Basic  Copy Code

Public Function RelativeSize () As Boolean

 Return Value

true to apply relative size to this row, or false otherwise.

 See Also