ActiveReports.Chart Request technical support
Style Property
See Also 


Gets or sets the marker style.

Syntax

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

See Also