SEI.Charts.Charts2D.ChartPoint


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.
Code
Gets and sets the code of the chart point. Used for identification or grouping.
DateTime
Gets and sets the date/time stamp of the chart point.
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.
Exclude
Gets and sets the flag indicating if the point is excluded from calculations.
Font
Gets and sets the font to be used for drawing text in the chart object.
HasRuleResults
Gets a flag indicating if there are any rule results attached.
Key
Gets and sets the key of the chart point. This should be a unique identifier.
MarkOutOfBounds
Gets and sets flag indicating if the sample should manually be marked out of bounds.
PointMarker
Gets and sets the marker type used to draw the chart point.
RuleResults
Gets and sets the results of the rules for this point.
Scale
Gets and sets the scale in which the chart object is to be drawn.
ScaledPoint
Gets the chart point scaled using SX and SY.
ScaledPointF
Gets and sets the scaling of the chart point.
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.
SX
Gets and sets the scaled X value of the chart point.
SY
Gets and sets the scaled Y value of the chart point.
Value
Gets and sets the value of the chart point.
X
Gets and sets the X value of the chart point.
Y
Gets and sets the Y value of the chart point.

Public Methods


Name
Description
AddPropertiesToTable
Convert the properties of the chart object into a data table.
Dispose
Dispose of the ChartPoint instance.
PropertiesFromTable
Retrieves the properties of the chart object from a data table.
Render
Renders the chart point using the specified graphics context.
SetProperty
Sets a property of the chart object. Called from PropertiesFromTable.

Public Events


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

Protected Methods


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