ChartSeriesSetPointExplode Method |
Sets a new explode status for the series point in specified index.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SetPointExplode(
int pointIndex,
bool exploded
)
Public Sub SetPointExplode (
pointIndex As Integer,
exploded As Boolean
)
public:
void SetPointExplode(
int pointIndex,
bool exploded
)
member SetPointExplode :
pointIndex : int *
exploded : bool -> unit
Parameters
- pointIndex
- Type: SystemInt32
Index of point - exploded
- Type: SystemBoolean
Shoul be exploded or not
See Also