Gets gets a label by its text value.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public Chart3DAxisLabel this[ string text ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ text As String _ ) As Chart3DAxisLabel Get |
Parameters
- text
- Type: System..::..String