Class ChartHistogramConfigItem
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 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 |
|
ShowNormalDistribution
Gets or sets a value indicating whether normal distribution is shown.
Declaration
public bool ShowNormalDistribution { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|