XamarinChart Programmer's Guide
LengthType Enumeration
See Also
 






Indicates how GridPanel determines dimensions of its rows and columns.

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

 Syntax

C#  Copy Code

public enum LengthType

Visual Basic  Copy Code

Public Enum LengthType

 Members

  Member name Description

Auto

The row or column is auto-sized to fit its child components.

Relative

The size of relative elements is calculated from available space in the GridPanel proportionally to the number of other relative elements.

 See Also

MindFusion.Charting.Components Namespace