ActiveReports.Chart Request technical support
Label Property
See Also 


Gets or sets the label information for the Marker.

Syntax

Visual Basic (Declaration) 
Public Property Label As LabelInfo
Visual Basic (Usage)Copy Code
Dim instance As Marker
Dim value As LabelInfo
 
instance.Label = value
 
value = instance.Label
C# 
public LabelInfo Label {get; set;}

See Also