'Declaration
Public Enum SegmentDataType Inherits System.Enum
'Usage
Dim instance As SegmentDataType
public enum SegmentDataType : System.Enum
'Declaration
Public Enum SegmentDataType Inherits System.Enum
'Usage
Dim instance As SegmentDataType
public enum SegmentDataType : System.Enum
Member | Description |
---|---|
AutoIndex | The segment will return numeric values if all its values are numeric; otherwise, it will return the index of the element. |
Number | The segment will return numeric values. |
Text | The segment will return string values. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.Chart.SegmentDataType