SEI.Charts.Charts2D.Marker


Public Properties


Name
Description
BackColor
Gets and sets the background color of the chart object.
BorderColor
Gets and sets the color of the border around the chart object.
BorderLineStyle
Gets and sets the style of the border around the chart object. The possible styles for the axis are Dash, DashDot, DashDotDot, Dot, and Solid.
BorderWidth
Gets and sets the width of the border around the chart object.
Buffer
Gets and sets a buffer that provides space between the edge of the rectangle and items inside the rectangle.
Center
Gets and sets the center point of the chart object.
DrawBackground
Gets and sets the flag indicating whether or not the background should be drawn.
DrawRect
Gets and sets the rectangle into which the chart object is drawn.
Font
Gets and sets the font to be used for drawing text in the chart object.
Scale
Gets and sets the scale in which the chart object is to be drawn.
Show
Gets and sets the flag indicating whether or not the object should be drawn.
ShowBorder
Gets and sets the flag indicating whether or not a border should be displayed around the chart object.
Size
Gets and sets the size of the marker to be used when drawing a chart point. The options are Box, Cross, Triangle, X, Ellipse, EllipseWithBackSlash, EllipseWithForwardSlash, and None.
Type
Gets and sets the type of the marker to be used when drawing a chart point. The options are Box, Cross, Triangle, X, Ellipse, EllipseWithBackSlash, EllipseWithForwardSlash, and None.

Public Methods


Name
Description
AddPropertiesToTable
Convert the properties of the chart object into a data table.
Clone
Create a clone of the Marker.
Dispose
Dispose of the Marker instance.
FromString
Converts the a string representation into a marker.
MarkerTypeFromString
Converts a string representation into a specific marker type.
PropertiesFromTable
Retrieves the properties of the chart object from a data table.
Render
Renders a type of mark used with the chart points. The type of mark is specified by the Type method.
SetProperty
Sets a property of the chart object. Called from PropertiesFromTable.
ToString
Converts the marker into a string representation.

Public Events


Name
Description
PropertyChanged
Occurs when a property of the object is changed.

Protected Methods


Name
Description
Dispose
Dispose of the Marker instance.
FirePropertyChanged
Fires the PropertyChanged event.