[]
The histogram bar
[TypeConverter(typeof(GenericTypeConverter<HistogramBar>))]
public class HistogramBar : BarSeries, ICloneable, IXmlSerializable, ISerializable
<TypeConverter(GetType(GenericTypeConverter(Of HistogramBar)))>
Public Class HistogramBar
Inherits BarSeries
Implements ICloneable, IXmlSerializable, ISerializable
| Name | Description |
|---|---|
| HistogramBar() | Initializes a new instance of the HistogramBar class. |
| HistogramBar(HistogramBar) | Initializes a new instance of the HistogramBar class. |
| HistogramBar(SerializationInfo, StreamingContext) | Creates a new HistogramBar from serialization. |
| Name | Description |
|---|---|
| GapWidth | Gets or sets the amount of space between categories. |
| Name | Description |
|---|---|
| Clone() | Clone the object |
| ReadXml(XmlReader) | Generates an object from its XML representation. |