Enum LengthType
Specifies the types of length object.
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum LengthType
Fields
| Name | Description |
|---|---|
| CM | "CM" type of length. |
| EMS | "EMS" type of length. |
| EXS | "EXS" type of length. |
| IN | "IN" type of length. |
| MM | "MM" type of length. |
| Number | Number type of length. |
| PC | "PC" type of length. |
| Percentage | Percentage type of length. |
| PT | "PT" type of length. |
| PX | "PX" type of length. |
| Unknown | Unknown length type. |