Gets the index of annotation label.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public int Index {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	internal set;
 }
Visual Basic
Public Property Index As Integer
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Friend Set

See Also