See Also

Marker Class  | Marker Members  | Overload List

Language

Visual Basic

C#

Show All

size
Specifies the size of the Marker.
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.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

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

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

[Visual Basic]
Public Function New( _    ByVal size As Integer, _    ByVal style As MarkerStyle, _    ByVal backdrop As Backdrop, _    ByVal line As Line, _    ByVal label As LabelInfo, _    ByVal antiAliasMode As AntiAliasMode _ )
[C#]
public Marker(    int size,    MarkerStyle style,    Backdrop backdrop,    Line line,    LabelInfo label,    AntiAliasMode antiAliasMode );

Parameters

size
Specifies the size of the Marker.
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.

See Also

Marker Class  | Marker Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.