Charting for WinForms Programmer's Guide
GridColumn.RelativeSize Method
See Also
 






Gets whether the column should be sized relatively to other columns 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 column, or false otherwise.

 See Also

GridColumn Members
GridColumn Class
MindFusion.Charting.Components Namespace