[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Marker.-ctor

Marker Constructor

Marker()

Initializes new instance of the MarkerInfo class with a default settings

Declaration
public Marker()

Marker(AntiAliasMode)

Initializes new instance of the MarkerInfo class

Declaration
public Marker(AntiAliasMode antiAliasMode)
Parameters
Type Name Description
AntiAliasMode antiAliasMode

Marker(int, MarkerStyle, Backdrop, Line, LabelInfo)

Initializes new instance of the MarkerInfo class

Declaration
public Marker(int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label)
Parameters
Type Name Description
int size

Marker size

MarkerStyle style

Marker's shape

Backdrop backdrop

backdrop info to fill marker shape

Line line

line info to outline marker shape

LabelInfo label

label info to draw on the marker

Marker(int, MarkerStyle, Backdrop, Line, LabelInfo, float)

Initializes new instance of the MarkerInfo class

Declaration
public Marker(int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label, float labelDistanceFactor)
Parameters
Type Name Description
int size

Marker size

MarkerStyle style

Marker's shape

Backdrop backdrop

backdrop info to fill marker shape

Line line

line info to outline marker shape

LabelInfo label

label info to draw on the marker

float labelDistanceFactor

label distance factor

Marker(int, MarkerStyle, Backdrop, Line, LabelInfo, AntiAliasMode)

Initializes new instance of the MarkerInfo class

Declaration
public Marker(int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label, AntiAliasMode antiAliasMode)
Parameters
Type Name Description
int size

Marker size

MarkerStyle style

Marker's shape

Backdrop backdrop

backdrop info to fill marker shape

Line line

line info to outline marker shape

LabelInfo label

label info to draw on the marker

AntiAliasMode antiAliasMode

Marker(string)

For internal use only.

Declaration
public Marker(string xml)
Parameters
Type Name Description
string xml

Marker(string, GraphXmlSerializationContext)

For internal use only.

Declaration
public Marker(string xml, GraphXmlSerializationContext context)
Parameters
Type Name Description
string xml
GraphXmlSerializationContext context