Class ChartUnitType
Represents modes for chart rows/columns space allocations.
Inheritance
System.Object
ChartUnitType
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class ChartUnitType : Enum
Fields
Pixels
Height/Width will be based on the pixel units given.
Declaration
public const ChartUnitType Pixels
Field Value
Type |
---|
ChartUnitType |
Star
Height/Width will be auto adjusted.
Declaration
public const ChartUnitType Star
Field Value
Type |
---|
ChartUnitType |