ChartSeriesPoint Constructor (Double, String) |
Creates a new instance of the ChartSeriesItem class.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartSeriesPoint(
double value,
string labelText
)
Public Sub New (
value As Double,
labelText As String
)
public:
ChartSeriesPoint(
double value,
String^ labelText
)
new :
value : float *
labelText : string -> ChartSeriesPoint
Parameters
- value
- Type: SystemDouble
- labelText
- Type: SystemString
See Also