[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChart.-ctor

SpreadChart Constructor

SpreadChart()

Initializes a new instance of the SpreadChart class.

Declaration
public SpreadChart()
Public Sub New()

SpreadChart(Type)

Initializes a new instance of the SpreadChart class.

Declaration
public SpreadChart(Type seriesType)
Public Sub New(seriesType As Type)
Parameters
Type Name Description
Type seriesType

Type of the series.

SpreadChart(Type, ChartViewType)

Initializes a new instance of the SpreadChart class.

Declaration
public SpreadChart(Type seriesType, ChartViewType viewType)
Public Sub New(seriesType As Type, viewType As ChartViewType)
Parameters
Type Name Description
Type seriesType

Type of the series.

ChartViewType viewType

Chart view type.

SpreadChart(Type, ChartViewType, Point, Size)

Initializes a new instance of the SpreadChart class.

Declaration
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)
Parameters
Type Name Description
Type seriesType

Type of the series.

ChartViewType viewType

Chart view type.

Point location

The location.

Size size

The size.

SpreadChart(string, Type)

Initializes a new instance of the SpreadChart class.

Declaration
public SpreadChart(string formula, Type seriesType)
Public Sub New(formula As String, seriesType As Type)
Parameters
Type Name Description
string formula

The formula.

Type seriesType

Type of the series.

SpreadChart(string, Type, Point, Size)

Initializes a new instance of the SpreadChart class.

Declaration
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)
Parameters
Type Name Description
string formula

The formula.

Type seriesType

Type of the series.

Point location

The location.

Size size

The size.

SpreadChart(string, Type, Point, Size, ChartViewType, bool)

Initializes a new instance of the SpreadChart class.

Declaration
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)
Parameters
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 true [show legend].

SpreadChart(string, string, string, Type)

Initializes a new instance of the SpreadChart class.

Declaration
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)
Parameters
Type Name Description
string categoryFormula

The category formula.

string nameFormula

The name formula.

string dataFormula

The data formula.

Type seriesType

Type of the series.

SpreadChart(string, string, string, Type, Point, Size)

Initializes a new instance of the SpreadChart class.

Declaration
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)
Parameters
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.

SpreadChart(string, string, string, Type, Point, Size, ChartViewType, bool)

Initializes a new instance of the SpreadChart class.

Declaration
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)
Parameters
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 true [show legend].