Enum EncodingMode
The EncodingMode enumeration determines the type of the acceptable data.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum EncodingMode
Auto
Auto mode.
Byte
Accepts byte data.
Numeric
Allows numeric data.
Text
Allows text data.