VDISoft.SPC.Charts.ScatterPlotStatistics


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.
Decimals
Gets and sets the number of decimals the statistics in the statistics box will display.
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.
StatisticsColor
Gets and sets the color of the statistics for the statistics box.
TopBorder
Gets and sets the flag indicating if there is a top border for the statistics box.

Public Methods


Name
Description
AddPropertiesToTable
Convert the properties of the chart object into a data table.
CalculateWidth
Calculates the width required by the statistics box.
PropertiesFromTable
Retrieves the properties of the chart object from a data table.
Render
Renders the chart object 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
FirePropertyChanged
Fires the PropertyChanged event.