EncodingMode
Enum
The EncodingMode enumeration determines the type of the acceptable data.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum EncodingMode
Fields
Auto mode.
C#
Auto = 0
Accepts byte data.
C#
Byte = 1
Allows numeric data.
C#
Numeric = 3
Allows text data.
C#
Text = 2