Click or drag to resize
ScatterChartCreate Method (String, Series, 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,
	Series[] series,
	string xAxisTitle = "",
	string yAxisTitle = "",
	bool navigator = false,
	string subTitleText = ""
)

Parameters

titleText
Type: SystemString
The title text.
series
Type: Series
The series.
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