menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartHistogramConfigItem

    Inheritance
    System.Object
    ChartConfigItem
    ChartHistogramConfigItem
    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 class ChartHistogramConfigItem : ChartConfigItem, IChangeNotifyingItem

    Constructors

    ChartHistogramConfigItem()

    Initializes a new instance of ChartHistogramConfigItem class.

    Declaration
    public ChartHistogramConfigItem()

    Properties

    NumberOfIntervals

    Gets or sets the number of intervals.

    Declaration
    public int NumberOfIntervals { get; set; }
    Property Value
    Type Description
    System.Int32

    The number of intervals.

    ShowDataPoints

    Gets or sets a value indicating whether data points is shown.

    Declaration
    public bool ShowDataPoints { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if data points is shown; otherwise, false.

    ShowNormalDistribution

    Gets or sets a value indicating whether normal distribution is shown.

    Declaration
    public bool ShowNormalDistribution { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if normal distribution is shown; otherwise, false.

    Implements

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