SubValueType Enumeration
Specifies the how a sub value is drawn.
Syntax
'Declaration Public Enum SubValueType Inherits System.Enum
'Usage Dim instance As SubValueType
public enum SubValueType : System.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. |
Line | Same as the error bar except only the cap lines are drawn. |
Marker | Draws a marker at the value position of the SubValue. Two markers are drawn then the SubValue represents a range. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.SubValueType
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also