[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SegmentDataType

SegmentDataType Enum

Represents the data type of a segment.

Namespace: FarPoint.Win.Spread.Chart
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum SegmentDataType
Public Enum SegmentDataType

Fields

Name 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.