dotnetCHARTING Send comments on this topic.
SubValue Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : SubValue Class


The following tables list the members exposed by SubValue.

Public Constructors

 NameDescription
Public ConstructorSubValue ConstructorCreates an instance of the SubValue object.  
Top

Public Properties

 NameDescription
Public PropertyErrorHigh  
Public PropertyErrorHighValue  
Public PropertyErrorLow  
Public PropertyErrorLowValue  
Public PropertyErrorPercentageHigh  
Public PropertyErrorPercentageLow  
Public PropertyLineGets or sets a Line object used to draw the lines of this SubValue.  
Public PropertyMarker Gets or sets an ElementMarker object drawn when the SubValue's type is set to SubValueType.Marker..  
Public PropertyName  
Public PropertyTypeGets or sets a SubValueType that determines how this sub value is drawn.  
Public PropertyVisibleGets or sets a value that indicates whether this sub value is visible.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)FromHighLowValue Creates a new instance of a SubValue object with an independent range based on the specified low and high values.  
Public Methodstatic (Shared in Visual Basic)FromOffset Creates a new instance of a SubValue class with a single value offset from an element's Yvalue.  
Public Methodstatic (Shared in Visual Basic)FromPercent Creates a new instance of a SubValue class with a single value based on the specified percentage of the related element's Yvalue.  
Public Methodstatic (Shared in Visual Basic)FromPlusMinusOffsetOverloaded.  Creates a new instance of a SubValue class with a different range offset from an element's Yvalue in both directions. Hence, the resulting range will be the sum of the high and low offset values.  
Public Methodstatic (Shared in Visual Basic)FromPlusMinusPercentOverloaded.  Creates a new instance of a SubValue class with a range based on the specified percentage of the related element's Yvalue in both directions. Hence, the resulting range will be twice the specified percentage.  
Public Methodstatic (Shared in Visual Basic)FromValueOverloaded.  Creates a new instance of a SubValue class with a single independent value.  
Public Methodstatic (Shared in Visual Basic)FromValues Returns a SubValueCollection with a SubValue object for each of the specified values.  
Public Methodstatic (Shared in Visual Basic)FromValuesList Returns a SubValueCollection based on a comma delimited list of values producing a SubValue object for each of the specified values.  
Top

See Also

© 2010 All Rights Reserved.