dotnetCHARTING Send comments on this topic.
Type Property
See Also 
dotnetCHARTING Namespace > SubValue Class : Type Property



Gets or sets a SubValueType that determines how this sub value is drawn.

Syntax

Visual Basic (Declaration) 
Public Property Type As SubValueType
Visual Basic (Usage)Copy Code
Dim instance As SubValue
Dim value As SubValueType
 
instance.Type = value
 
value = instance.Type
C# 
public SubValueType Type {get; set;}
C++/CLI 
public:
property SubValueType Type {
   SubValueType get();
   void set (SubValueType value);
}

See Also