[]
Represents a histogram series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<HistogramSeries>))]
public class HistogramSeries : YSeries, IMixSeries, ICloneable, IXmlSerializable, ISerializable
<TypeConverter(GetType(GenericTypeConverter(Of HistogramSeries)))>
Public Class HistogramSeries
Inherits YSeries
Implements IMixSeries, ICloneable, IXmlSerializable, ISerializable
Name | Description |
---|---|
HistogramSeries() | Creates a new series. |
HistogramSeries(HistogramSeries) | Creates a new series that is a deep copy of the specified series. |
HistogramSeries(SerializationInfo, StreamingContext) | Creates a new HistogramSeries from serialization. |
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. |
GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
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. |
ReadXmlElement(XmlReader) | Reads the XML element. |
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. |