 | ScatterChartCreate Method (String, Series, String, String, Boolean, String) |
Creates the specified title text.
Namespace: C2ExplorerServiceStack.Logic.ImplementationAssembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntaxpublic static IC2ExplorerHighChart 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:
IC2ExplorerHighChartA chart object.
See Also