[]
        
(Showing Draft Content)

C1.Chart.GridUnitType

GridUnitType Enum

GridUnitType enum is used to indicate what kind of value the GridLength is holding.

Namespace: C1.Chart
Assembly: C1.Chart.dll
Syntax
public enum GridUnitType

Fields

Name Description
Auto

The value indicates that content should be calculated without constraints.

Pixel

The value is expressed as a pixel.

Star

The value is expressed as a weighted proportion of available space.