Type for column labels.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public enum ColumnLabelType
Visual Basic (Declaration)
Public Enumeration ColumnLabelType
Visual C++
public enum class ColumnLabelType

Members

Member nameDescription
LabelNone
Specifies no column labels will be displayed.
LabelString
Specifies column labels will be an array of Strings.
LabelNumber
Specifies column labels will be an array of ints.

See Also