Class LengthType
Specifies the types of length object.
Inheritance
System.Object
LengthType
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class LengthType : Enum
Fields
CM
"CM" type of length.
Declaration
public const LengthType CM
Field Value
| Type |
|---|
| LengthType |
EMS
"EMS" type of length.
Declaration
public const LengthType EMS
Field Value
| Type |
|---|
| LengthType |
EXS
"EXS" type of length.
Declaration
public const LengthType EXS
Field Value
| Type |
|---|
| LengthType |
IN
"IN" type of length.
Declaration
public const LengthType IN
Field Value
| Type |
|---|
| LengthType |
MM
"MM" type of length.
Declaration
public const LengthType MM
Field Value
| Type |
|---|
| LengthType |
Number
Number type of length.
Declaration
public const LengthType Number
Field Value
| Type |
|---|
| LengthType |
PC
"PC" type of length.
Declaration
public const LengthType PC
Field Value
| Type |
|---|
| LengthType |
Percentage
Percentage type of length.
Declaration
public const LengthType Percentage
Field Value
| Type |
|---|
| LengthType |
PT
"PT" type of length.
Declaration
public const LengthType PT
Field Value
| Type |
|---|
| LengthType |
PX
"PX" type of length.
Declaration
public const LengthType PX
Field Value
| Type |
|---|
| LengthType |
Unknown
Unknown length type.
Declaration
public const LengthType Unknown
Field Value
| Type |
|---|
| LengthType |