ActiveReports.Chart Request technical support
Size Property
See Also 


Gets or sets the size of the Marker, in pixels.

Syntax

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

See Also