[]
The histogram line
[TypeConverter(typeof(GenericTypeConverter<HistogramLine>))]
public class HistogramLine : LineSeries, ICloneable, IXmlSerializable, ISerializable
<TypeConverter(GetType(GenericTypeConverter(Of HistogramLine)))>
Public Class HistogramLine
Inherits LineSeries
Implements ICloneable, IXmlSerializable, ISerializable
| Name | Description |
|---|---|
| HistogramLine() | Initializes a new instance of the HistogramLine class. |
| HistogramLine(HistogramLine) | Initializes a new instance of the HistogramLine class. |
| HistogramLine(SerializationInfo, StreamingContext) | Creates a new HistogramLine from serialization. |
| Name | Description |
|---|---|
| PointMarker | Gets or sets the point marker for the series. |
| Name | Description |
|---|---|
| Clone() | Clone a new object |
| ReadXml(XmlReader) | Read information from the XML reader. |