| ScatterChartCreate Method (String, String, Object, String, String, Boolean, String) |
Creates the specified title text.
Namespace:
C2ChartsLibrary.Implementation
Assembly:
C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax public static IC2HighChart Create(
string titleText,
string seriesName,
Object[,] xyData,
string xAxisTitle = "",
string yAxisTitle = "",
bool navigator = false,
string subTitleText = ""
)
Parameters
- titleText
- Type: SystemString
The title text. - seriesName
- Type: SystemString
Name of the series. - xyData
- Type: SystemObject
The xy 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:
IC2HighChartA chart object.
See Also