FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ErrorBars Class / ValueType Property


In This Topic
ValueType Property (ErrorBars)
In This Topic
Gets or sets the value type of error bars.
Syntax
'Declaration
 
Public Property ValueType As ErrorBarValueType
 
'Usage
 
Dim instance As ErrorBars
Dim value As ErrorBarValueType
 
instance.ValueType = value
 
value = instance.ValueType
See Also