ActiveReports 6 Online Help
Marker Constructor(Int32,MarkerStyle,Backdrop,Line,LabelInfo,Single)

Syntax
'Declaration
 
Public Function New( _
   ByVal size As Integer, _
   ByVal style As MarkerStyle, _
   ByVal backdrop As Backdrop, _
   ByVal line As Line, _
   ByVal label As LabelInfo, _
   ByVal labelDistanceFactor As Single _
)
public Marker( 
   int size,
   MarkerStyle style,
   Backdrop backdrop,
   Line line,
   LabelInfo label,
   float labelDistanceFactor
)

Parameters

size
style
backdrop
line
label
labelDistanceFactor
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Marker Class
Marker Members
Overload List

Send Feedback