Gets whether the row should be sized relatively to other rows in the grid panel.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool RelativeSize () |
Visual Basic
Copy Code
|
|---|
Public Function RelativeSize () As Boolean |
true to apply relative size to this row, or false otherwise.
See Also