QuartileCalculation Property (BoxWhisker)
In This Topic
Gets or sets a value that specifies the quartile calculation for the Box-whisker series.
Syntax
'Declaration
<C1DescriptionAttribute("BoxWhisker.QuartileCalculation", "Gets or sets a value that specifies the quartile calculation for the Box-whisker series.")>
Public Property QuartileCalculation As QuartileCalculation
[C1Description("BoxWhisker.QuartileCalculation", "Gets or sets a value that specifies the quartile calculation for the Box-whisker series.")]
public QuartileCalculation QuartileCalculation {get; set;}
See Also