[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Marker

Marker Class

Marker object

Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(Marker.Converter))]
public sealed class Marker : MouseEnabledItem, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler

Constructors

Name Description
Marker()

Initializes new instance of the MarkerInfo class with a default settings

Marker(AntiAliasMode)

Initializes new instance of the MarkerInfo class

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

Initializes new instance of the MarkerInfo class

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

Initializes new instance of the MarkerInfo class

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

Initializes new instance of the MarkerInfo class

Marker(string)

For internal use only.

Marker(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
Backdrop

Gets or sets background info to fill marker shape

Label

Gets or sets label info to draw on marker

LabelDistanceFactor

Gets or sets label distance factor.

Line

Gets or sets line info to stroke marker shape

Size

Gets or sets marker size

Style

Gets or sets marker shape

Methods

Name Description
Clone()

This member overrides

Item.Clone
Equals(object)

Compare the Marker object to another System.Object and check if the two are equal.

GetHashCode()

It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table.