ChartSeriesPoint Constructor (Double, String, Color, Boolean) |
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 label,
Color color,
bool exploded
)
Public Sub New (
value As Double,
label As String,
color As Color,
exploded As Boolean
)
public:
ChartSeriesPoint(
double value,
String^ label,
Color color,
bool exploded
)
new :
value : float *
label : string *
color : Color *
exploded : bool -> ChartSeriesPoint
Parameters
- value
- Type: SystemDouble
- label
- Type: SystemString
- color
- Type: System.DrawingColor
- exploded
- Type: SystemBoolean
See Also