Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
LabelsCollection
.
.
::
.
.
Remove Method
LabelsCollection Class
See Also
Removes the label specified.
Namespace:
C1.Win.C1Chart
Assembly:
C1.Win.C1Chart.2
(in C1.Win.C1Chart.2.dll)
Syntax
C#
public
void
Remove
(
Label
label
)
Visual Basic
Public
Sub
Remove
( _
label
As
Label
_ )
Parameters
label
Type:
C1.Win.C1Chart
.
.
::
.
.
Label
Label to remove.
See Also
LabelsCollection Class
C1.Win.C1Chart Namespace
C1.Win.C1Chart
.
.
::
.
.
LabelsCollection