Click or drag to resize
ScatterChartCreate Method (String, String, Object, Object, String, String, Boolean, String)
Creates the specified title text.

Namespace:  C2ChartsLibrary.Implementation
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public static IC2HighChart Create(
	string titleText,
	string seriesName,
	Object[] xSeriesData,
	Object[] ySeriesData,
	string xAxisTitle = "",
	string yAxisTitle = "",
	bool navigator = false,
	string subTitleText = ""
)

Parameters

titleText
Type: SystemString
The title text.
seriesName
Type: SystemString
Name of the series.
xSeriesData
Type: SystemObject
The x series data.
ySeriesData
Type: SystemObject
The y series data.
xAxisTitle (Optional)
Type: SystemString
The x axis title.
yAxisTitle (Optional)
Type: SystemString
The y axis title.
navigator (Optional)
Type: SystemBoolean
if set to true a chart navigator will be visible.
subTitleText (Optional)
Type: SystemString
The sub title text.

Return Value

Type: IC2HighChart
A chart object.
See Also