[]
        
(Showing Draft Content)

FarPoint.Win.Chart.HistogramBar

HistogramBar Class

The histogram bar

Inheritance
HistogramBar
Implements
IXmlSerializable
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
[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

Constructors

Name Description
HistogramBar()

Constructor

HistogramBar(HistogramBar)
HistogramBar(SerializationInfo, StreamingContext)

Creates a new HistogramBar from serialization.

Properties

Name Description
GapWidth

Gets or sets the amount of space between categories.

Methods

Name Description
Clone()

Clone the object

ReadXml(XmlReader)

Generates an object from its XML representation.