Class ECIBase
TODO: Update summary.
Inheritance
System.Object
ECIBase
Namespace: QRClassLibrary
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class ECIBase : Object
Constructors
ECIBase()
Declaration
protected ECIBase()
Properties
EncodedValues
Gets or sets the EncodedValues.
Declaration
public List<string> EncodedValues { get; set; }
Property Value
System.Collections.Generic.List<System.String>
The EncodedValues. |
UnicodeValues
Gets or sets the UnicodeValues.
Declaration
public List<string> UnicodeValues { get; set; }
Property Value
System.Collections.Generic.List<System.String>
The UnicodeValues. |