dotnetCHARTING Send comments on this topic.
SubValueType Enumeration
See Also  
dotnetCHARTING Namespace : SubValueType Enumeration


Specifies the how a sub value is drawn.

Syntax

Visual Basic (Declaration)  
Public Enum SubValueType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As SubValueType
C#  
public enum SubValueType : Enum 

Members

Member Description
ErrorBar Draws a traditional error bar. The width of the cap line is determined by SubValue.Line.Length. If not specified it is dynamically determined based on the element size.
Marker Draws a marker at the value position of the SubValue. Two markers are drawn then the SubValue represents a range.
Line Same as the error bar except only the cap lines are drawn.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SubValueType

See Also