[]
Represents a histogram series in a Y plot area.
public class HistogramSeries : YSeries, IMixSeries, ICloneable, IXmlSerializable
Public Class HistogramSeries
Inherits YSeries
Implements IMixSeries, ICloneable, IXmlSerializable
Name | Description |
---|---|
HistogramSeries() | Creates a new series. |
HistogramSeries(HistogramSeries) | Creates a new series that is a deep copy of the specified series. |
Name | Description |
---|---|
CalculatedValues | The caculated value collection |
isSettingDataSourceInternal | Indicate whether in internal datasource setting progress. |
Name | Description |
---|---|
Bar | Gets the bar object of the histogram series. |
BinOption | Gets or sets the bin options for the histogram series. |
CategoryNames | Gets the collection of category names for the series. |
Count | Gets the number of categories. |
GapWidth | Gets or sets the amount of space between categories. |
SeriesName | Gets or sets the name of the series. |
Values | Gets the collection of values for the series. |
Name | Description |
---|---|
Clone() | Creates a deep copy of this series. |
GetSchema() | This method is reserved and should not be used. |
OnChanged(EventArgs) | Raises the Changed event. |
ReadXml(XmlReader) | Generates an object from its XML representation. |
ResetOverFlowValue() | Resets the OverFlowValue property to the default value. |
ResetUnderFlowValue() | Resets the UnderFlowValue property to the default value. |
WriteXml(XmlWriter) | Converts an object into its XML representation. |