ActiveReports Developer 7
Marker Constructor(Int32,MarkerStyle,Backdrop,Line,LabelInfo)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Marker Class > Marker Constructor : Marker Constructor(Int32,MarkerStyle,Backdrop,Line,LabelInfo)

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.

Glossary Item Box

Initializes a new instance of the Marker class with the specified parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal size As System.Integer, _
   ByVal style As MarkerStyle, _
   ByVal backdrop As Backdrop, _
   ByVal line As Line, _
   ByVal label As LabelInfo _
)
C# 
public Marker( 
   System.int size,
   MarkerStyle style,
   Backdrop backdrop,
   Line line,
   LabelInfo label
)

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.

See Also