ActiveReports 12
Marker Constructor(Int32,MarkerStyle,Backdrop,Line,LabelInfo,Single)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > Marker Class > Marker Constructor : Marker Constructor(Int32,MarkerStyle,Backdrop,Line,LabelInfo,Single)
Specifies the size of the Marker, in pixels.
Specifies the style of the Marker.
Specifies the backdrop information used to fill the Marker.
Specifies the line information used to draw the outline of the Marker.
Specifies the label information used for the Marker.
Label distance factor.
Initializes new instance of the MarkerInfo class
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
Specifies the size of the Marker, in pixels.
style
Specifies the style of the Marker.
backdrop
Specifies the backdrop information used to fill the Marker.
line
Specifies the line information used to draw the outline of the Marker.
label
Specifies the label information used for the Marker.
labelDistanceFactor
Label distance factor.
See Also

Reference

Marker Class
Marker Members
Overload List