[]
Initializes a new instance of the HistogramLine class.
public HistogramLine()
Public Sub New()
Initializes a new instance of the HistogramLine class.
public HistogramLine(HistogramLine series)
Public Sub New(series As HistogramLine)
| Type | Name | Description |
|---|---|---|
| HistogramLine | series | The series to copy |
Creates a new HistogramLine from serialization.
protected HistogramLine(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |