[]
The histogram bar
[TypeConverter(typeof(GenericTypeConverter<HistogramBar>))]
public class HistogramBar : BarSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of HistogramBar)))>
Public Class HistogramBar
Inherits BarSeries
Implements ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| HistogramBar() | Constructor |
| HistogramBar(HistogramBar) |
| 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. |