Class ChartBoxAndWhiskerConfigItem
Configuration item that pertains to BoxAndWhisker chart.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartBoxAndWhiskerConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartBoxAndWhiskerConfigItem()
Initializes the new instance of the ChartBoxAndWhiskerConfigItem class.
Declaration
public ChartBoxAndWhiskerConfigItem()
Properties
OutLierWidth
Gets or sets the width of the outlier. Value should be greater than zero and it starts from 1.
Declaration
public double OutLierWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the outlier. |
Percentile
Gets or sets the percentile. It should be lie between 0.0 to 0.25 . This value decides the outliers in the chart.
Declaration
public double Percentile { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The percentile. |
PercentileMode
Gets or sets a value indicating whether chart render in percentile mode or in normal mode.
Declaration
public bool PercentileMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|