ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartLabels.Item Property (String)

Gets the specified label from the collection by name.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal name As String _

) As Label

[C#]

public Label this[

string name

] {get;}

[Delphi]

public property Item[

name: String

]: Label read get_Item;

See Also

ChartLabels Class | ChartLabels Members | C1.Win.C1Chart Namespace | ChartLabels.Item Overload List | ChartLabels Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.