ActiveReports 9
Marker Constructor(Int32,MarkerStyle,Backdrop,Line,LabelInfo,AntiAliasMode)

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.
Specifies the antialias mode to use.
Initializes a new instance of the Marker class with the specified parameters.
Syntax
'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, _
   ByVal antiAliasMode As AntiAliasMode _
)
public Marker( 
   System.int size,
   MarkerStyle style,
   Backdrop backdrop,
   Line line,
   LabelInfo label,
   AntiAliasMode antiAliasMode
)

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.
antiAliasMode
Specifies the antialias mode to use.
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

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum