VDISoft.SPC.WinControls.UChart


Public Properties


Name
Description
BackColor
Gets and sets the background color of the chart.
BorderColor
Gets and sets the color of the border that is displayed around the control.
BorderLineStyle
Gets and sets the style of the border that is displayed around the control.
BorderWidth
Gets and sets the width of the border that is displayed around the control.
BottomPadding
Gets and sets the amount of padding to add to the bottom of the control.
Caption
Gets and sets the caption of the control chart.
CaptionFont
Gets and sets the font of the caption for the control chart.
Captions
Gets and sets the caption of the control chart.
ChangeLog
Gets returns a log of the changes in the charting controls.
CondensedName
Gets this method returns the name of the control.
Draw
Gets and sets the flag that determines if the control should be drawn.
LeftPadding
Gets and sets the amount of padding to add to the left of the control.
MouseNear
Gets and sets this method is used with mouse clicks.
PageSettings
Gets and sets the page settings used by the printer.
RightPadding
Gets and sets the amount of padding to add to the right of the control.
SeriesCollection
Gets the collection of series of the np-chart.
ShowBorder
Gets and sets the flag indicating whether or not a border should be displayed around the control.
ShowImportWizard
Gets and sets the flag indicating whether or not the import wizard should be shown.
ToolTipDecimals
Gets and sets the number of decimals the floating point numbers in the tooltip should display.
TooltipMode
Gets and sets the type of mode in which to display the tooltip: the options are none, help, and statistics
TopPadding
Gets and sets the amount of padding to add to the top of the control.
VerboseName
Gets this method returns the name of the control.
XAxis
Gets and sets the XAxis (HorizontalAxis) of the control chart.
XAxisFont
Gets and sets the font of the XAxis (HorizontalAxis) of the control chart.
XAxisLabel
Gets and sets the label of the XAxis (HorizontalAxis) of the control chart.
XAxisLabelFont
Gets and sets the label's font of the XAxis (HorizontalAxis) of the control chart.
YAxis
Gets and sets the YAxis (VerticalAxis) of the control chart.
YAxisFont
Gets and sets the font of the YAxis (VerticalAxis) of the control chart.
YAxisLabel
Gets and sets the label of the YAxis (VerticalAxis) of the control chart.
YAxisLabelFont
Gets and sets the label's font of the YAxis (VerticalAxis) of the control chart.

Public Methods


Name
Description
Activate
Method for activating a control.
Calculate
Method for calculating the statistics of the control.
CopyImageToClipboard
Copies an image representation of the chart to the clipboard.
DrawControl
Draw the control using the graphics object in the specified rectangle.
GetChartAsBitmap
Convert the chart to a bitmap.
GetChartAsStream
Convert the chart to memory stream.
GetChartAsString
Returns a representation of the chart in text format.
GetHTMLChartInfo
Add tooltips and information to an HTML chart.
IsLicensed
Method for determining the licensing status of the control.
ReadXML
Read in the data and properties of the chart in XML.
RenderToFile
Convert the chart to an image and save it to a file.
ShowProperties
The properties dialog of the control.
ShowXAxisEditor
Displays the XAxis editor dialog.
ShowYAxisEditor
Displays the YAxis editor dialog.
WriteText
Write out the data and properties of the chart in text format.
WriteVDIInformation
Method for writing out licensing information.
WriteXML
Write out the data and properties of the chart in XML.
WriteXMLData
Write out the data of the chart in XML.
WriteXMLProperties
Write out the properties of the chart in XML.
WriteXMLSeriesProperties
Write out the series properties of the chart in XML.

Protected Methods


Name
Description
Clear
Clear out all of the data of the chart.
CreateContextMenu
Creates a context menu, adds events to the menu, and attaches the menu to the control.
DrawDesignMode
Draw the control in design mode using the graphics object.
DrawRunMode
Draw the control in run mode using the graphics object.
GetAttributesSeriesCollection
This methods returns the series collection of the chart.
GetDataTip
Returns the string the tooltip should display.
InternalGetDataTip
Returns the custom tooltip of the control.
Properties_Click
Open a dialog for editing the properties of the chart.
ReadXMLAxisLabel
Read in the axis label of the chart in XML.
ReadXMLCaption
Read in the caption of the chart in XML.
ReadXMLCaptions
Read in the captions of the chart in XML.
ReadXMLData
Read in the data of the chart in XML.
ReadXMLProperties
Read in the properties of the chart in XML.
ReadXMLXAxis
Read in the x-axis of the chart in XML.
ReadXMLYAxis
Read in the y-axis of the chart in XML.
Render
Renders the chart using a graphics context in the bounding rectangle.
ResetMouse
Overrides the internal ResetMouse method.
ShowProperties
Open a dialog for editing the properties of the chart.
SpecificationLimitTypeFromString
Convert a string into a SpecificationLimitTypes object.
WriteXMLData
Write out the data of the chart in XML.
WriteXMLProperties
Write out the properties of the chart in XML.