[]
Initializes a new instance of the SpreadChart class.
public SpreadChart()
Public Sub New()
Initializes a new instance of the SpreadChart class.
public SpreadChart(Type seriesType)
Public Sub New(seriesType As Type)
Type | Name | Description |
---|---|---|
Type | seriesType | Type of the series. |
Initializes a new instance of the SpreadChart class.
public SpreadChart(Type seriesType, ChartViewType viewType)
Public Sub New(seriesType As Type, viewType As ChartViewType)
Type | Name | Description |
---|---|---|
Type | seriesType | Type of the series. |
ChartViewType | viewType | Chart view type. |
Initializes a new instance of the SpreadChart class.
public SpreadChart(Type seriesType, ChartViewType viewType, Point location, Size size)
Public Sub New(seriesType As Type, viewType As ChartViewType, location As Point, size As Size)
Type | Name | Description |
---|---|---|
Type | seriesType | Type of the series. |
ChartViewType | viewType | Chart view type. |
Point | location | The location. |
Size | size | The size. |
Initializes a new instance of the SpreadChart class.
public SpreadChart(string formula, Type seriesType)
Public Sub New(formula As String, seriesType As Type)
Initializes a new instance of the SpreadChart class.
public SpreadChart(string formula, Type seriesType, Point location, Size size)
Public Sub New(formula As String, seriesType As Type, location As Point, size As Size)
Type | Name | Description |
---|---|---|
string | formula | The formula. |
Type | seriesType | Type of the series. |
Point | location | The location. |
Size | size | The size. |
Initializes a new instance of the SpreadChart class.
public SpreadChart(string formula, Type seriesType, Point location, Size size, ChartViewType viewType, bool showLegend)
Public Sub New(formula As String, seriesType As Type, location As Point, size As Size, viewType As ChartViewType, showLegend As Boolean)
Type | Name | Description |
---|---|---|
string | formula | The formula. |
Type | seriesType | Type of the series. |
Point | location | The location. |
Size | size | The size. |
ChartViewType | viewType | Chart view type. |
bool | showLegend | if set to |
Initializes a new instance of the SpreadChart class.
public SpreadChart(string categoryFormula, string nameFormula, string dataFormula, Type seriesType)
Public Sub New(categoryFormula As String, nameFormula As String, dataFormula As String, seriesType As Type)
Type | Name | Description |
---|---|---|
string | categoryFormula | The category formula. |
string | nameFormula | The name formula. |
string | dataFormula | The data formula. |
Type | seriesType | Type of the series. |
Initializes a new instance of the SpreadChart class.
public SpreadChart(string categoryFormula, string nameFormula, string dataFormula, Type seriesType, Point location, Size size)
Public Sub New(categoryFormula As String, nameFormula As String, dataFormula As String, seriesType As Type, location As Point, size As Size)
Type | Name | Description |
---|---|---|
string | categoryFormula | The category formula. |
string | nameFormula | The name formula. |
string | dataFormula | The data formula. |
Type | seriesType | Type of the series. |
Point | location | The location. |
Size | size | The size. |
Initializes a new instance of the SpreadChart class.
public SpreadChart(string categoryFormula, string nameFormula, string dataFormula, Type seriesType, Point location, Size size, ChartViewType viewType, bool showLegend)
Public Sub New(categoryFormula As String, nameFormula As String, dataFormula As String, seriesType As Type, location As Point, size As Size, viewType As ChartViewType, showLegend As Boolean)
Type | Name | Description |
---|---|---|
string | categoryFormula | The category formula. |
string | nameFormula | The name formula. |
string | dataFormula | The data formula. |
Type | seriesType | Type of the series. |
Point | location | The location. |
Size | size | The size. |
ChartViewType | viewType | Chart view type. |
bool | showLegend | if set to |