ActiveReports.Chart Request technical support
Marker Property
See Also 


Gets or sets the series marker information to draw inside the legend marker.

Syntax

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

See Also