[]
Initializes a new instance of the SeriesDataField class.
public SeriesDataField(FpSpread spread, string name, string formula)
Public Sub New(spread As FpSpread, name As String, formula As String)
Initializes a new instance of the SeriesDataField class.
public SeriesDataField(FpSpread spread, string name, string formula, SegmentDataType dataType)
Public Sub New(spread As FpSpread, name As String, formula As String, dataType As SegmentDataType)
Type | Name | Description |
---|---|---|
FpSpread | spread | The spread. |
string | name | The name. |
string | formula | The formula. |
SegmentDataType | dataType | Type of the data. |
Initializes a new instance of the SeriesDataField class.
public SeriesDataField(FpSpread spread, string name, string formula, SegmentDataType dataType, ChartDataSetting dataSetting)
Public Sub New(spread As FpSpread, name As String, formula As String, dataType As SegmentDataType, dataSetting As ChartDataSetting)
Type | Name | Description |
---|---|---|
FpSpread | spread | The spread. |
string | name | The name. |
string | formula | The formula. |
SegmentDataType | dataType | Type of the data. |
ChartDataSetting | dataSetting | The data setting |
Initializes a new instance of the SeriesDataField class.
public SeriesDataField(FpSpread spread, string name, string formula, SegmentDataType dataType, ChartDataSetting dataSetting, DataOrientation dataOrientation)
Public Sub New(spread As FpSpread, name As String, formula As String, dataType As SegmentDataType, dataSetting As ChartDataSetting, dataOrientation As DataOrientation)
Type | Name | Description |
---|---|---|
FpSpread | spread | The spread. |
string | name | The name. |
string | formula | The formula. |
SegmentDataType | dataType | Type of the data. |
ChartDataSetting | dataSetting | The data setting |
DataOrientation | dataOrientation | The data orientation |