menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartBoxAndWhiskerConfigItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartBoxAndWhiskerConfigItem

    Configuration item that pertains to BoxAndWhisker chart.

    Inheritance
    System.Object
    ChartConfigItem
    ChartBoxAndWhiskerConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    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

    true if [percentile mode]; otherwise, false.

    Implements

    IChangeNotifyingItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved