[]
Represents properties specific to histogram charts.
public class ChartSeriesHistogram : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
ChartSeriesHistogram() |
Name | Description |
---|---|
DisplayType | Gets or sets the method used to display the frequency data. |
IntervalCreationMethod | Gets or sets the method used to specify the histogram intervals. |
IntervalNumber | Gets or sets the number of intervals in the histogram. |
IntervalStart | Gets or sets the numeric value of the beginning of the first interval. |
IntervalWidth | Gets or sets the numeric value of the width of each interval. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |