XYScatterSeries Constructors

Overloads

XYScatterSeries(String)Initializes a new instance of the XYScatterSeries object.
XYScatterSeries(String, Boolean)Initializes a new instance of the XYScatterSeries object.
XYScatterSeries(String, Marker)Initializes a new instance of the XYScatterSeries object.
XYScatterSeries(String, NumericXAxis, NumericYAxis)Initializes a new instance of the XYScatterSeries object.
XYScatterSeries(String, NumericXAxis, NumericYAxis, Color)Initializes a new instance of the XYScatterSeries object.
XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single)Initializes a new instance of the XYScatterSeries object.
XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single, LineStyle)Initializes a new instance of the XYScatterSeries object.
XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single, LineStyle, Legend)Initializes a new instance of the XYScatterSeries object.
XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single, LineStyle, Legend, Marker, Boolean)Initializes a new instance of the XYScatterSeries object.
XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single, LineStyle, Marker)Initializes a new instance of the XYScatterSeries object.

XYScatterSeries(String)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name)
Public Sub New (name As String)

Parameters

name
String

Name of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

XYScatterSeries(String, Boolean)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name, bool lineDisplay)
Public Sub New (name As String, lineDisplay As Boolean)

Parameters

name
String

Name of the XYScatter series.

lineDisplay
Boolean

lineDisplay of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

XYScatterSeries(String, Marker)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name, Marker marker)
Public Sub New (name As String, marker As Marker)

Parameters

name
String

Name of the XYScatter series.

marker
Marker

Marker of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

XYScatterSeries(String, NumericXAxis, NumericYAxis)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name, NumericXAxis xAxis, NumericYAxis yAxis)
Public Sub New (name As String, xAxis As NumericXAxis, yAxis As NumericYAxis)

Parameters

name
String

Name of the XYScatter series.

xAxis
NumericXAxis

NumericXAxis of the XYScatter series.

yAxis
NumericYAxis

NumericYAxis of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

XYScatterSeries(String, NumericXAxis, NumericYAxis, Color)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor)
Public Sub New (name As String, xAxis As NumericXAxis, yAxis As NumericYAxis, lineColor As Color)

Parameters

name
String

Name of the XYScatter series.

xAxis
NumericXAxis

NumericXAxis of the XYScatter series.

yAxis
NumericYAxis

NumericYAxis of the XYScatter series.

lineColor
Color

Color of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth)
Public Sub New (name As String, xAxis As NumericXAxis, yAxis As NumericYAxis, lineColor As Color, lineWidth As Single)

Parameters

name
String

Name of the XYScatter series.

xAxis
NumericXAxis

NumericXAxis of the XYScatter series.

yAxis
NumericYAxis

NumericYAxis of the XYScatter series.

lineColor
Color

Color of the XYScatter series.

lineWidth
Single

Line width of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single, LineStyle)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth, LineStyle lineStyle)
Public Sub New (name As String, xAxis As NumericXAxis, yAxis As NumericYAxis, lineColor As Color, lineWidth As Single, lineStyle As LineStyle)

Parameters

name
String

Name of the XYScatter series.

xAxis
NumericXAxis

NumericXAxis of the XYScatter series.

yAxis
NumericYAxis

NumericYAxis of the XYScatter series.

lineColor
Color

Color of the XYScatter series.

lineWidth
Single

Line width of the XYScatter series.

lineStyle
LineStyle

LineStyle of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single, LineStyle, Legend)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth, LineStyle lineStyle, Legend legend)
Public Sub New (name As String, xAxis As NumericXAxis, yAxis As NumericYAxis, lineColor As Color, lineWidth As Single, lineStyle As LineStyle, legend As Legend)

Parameters

name
String

Name of the XYScatter series.

xAxis
NumericXAxis

NumericXAxis of the XYScatter series.

yAxis
NumericYAxis

NumericYAxis of the XYScatter series.

lineColor
Color

Color of the XYScatter series.

lineWidth
Single

Line width of the XYScatter series.

lineStyle
LineStyle

LineStyle of the XYScatter series.

legend
Legend

Legend of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single, LineStyle, Legend, Marker, Boolean)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth, LineStyle lineStyle, Legend legend, Marker marker, bool lineDisplay)
Public Sub New (name As String, xAxis As NumericXAxis, yAxis As NumericYAxis, lineColor As Color, lineWidth As Single, lineStyle As LineStyle, legend As Legend, marker As Marker, lineDisplay As Boolean)

Parameters

name
String

Name of the XYScatter series.

xAxis
NumericXAxis

NumericXAxis of the XYScatter series.

yAxis
NumericYAxis

NumericYAxis of the XYScatter series.

lineColor
Color

Color of the XYScatter series.

lineWidth
Single

Line width of the XYScatter series.

lineStyle
LineStyle

LineStyle of the XYScatter series.

legend
Legend

Legend of the XYScatter series.

marker
Marker

Marker of the XYScatter series.

lineDisplay
Boolean

LineDisplay of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

XYScatterSeries(String, NumericXAxis, NumericYAxis, Color, Single, LineStyle, Marker)

Initializes a new instance of the XYScatterSeries object.

public XYScatterSeries(string name, NumericXAxis xAxis, NumericYAxis yAxis, Color lineColor, float lineWidth, LineStyle lineStyle, Marker marker)
Public Sub New (name As String, xAxis As NumericXAxis, yAxis As NumericYAxis, lineColor As Color, lineWidth As Single, lineStyle As LineStyle, marker As Marker)

Parameters

name
String

Name of the XYScatter series.

xAxis
NumericXAxis

NumericXAxis of the XYScatter series.

yAxis
NumericYAxis

NumericYAxis of the XYScatter series.

lineColor
Color

Color of the XYScatter series.

lineWidth
Single

Line width of the XYScatter series.

lineStyle
LineStyle

LineStyle of the XYScatter series.

marker
Marker

Marker of the XYScatter series.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

XYScatterSeries
ceTe.DynamicPDF.PageElements.Charting.Series

In this topic