FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / QuartileMethod Property


In This Topic
QuartileMethod Property
In This Topic
Gets or sets the calculation type.
Syntax
'Declaration
 
Public Property QuartileMethod As QuartileMethodType
 
'Usage
 
Dim instance As BoxWhiskerSeries
Dim value As QuartileMethodType
 
instance.QuartileMethod = value
 
value = instance.QuartileMethod
See Also