VDISoft.SPC.WinControls.HistogramChart


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.
DataCodeField
Gets and sets the code field of the data source.
DataDateTimeField
Gets and sets the date/time field of the data source.
DataKeyField
Gets and sets the key field of the data source.
DataMember
Gets and sets the data member of the data source that represents a series of the control chart.
DataNameField
Gets and sets the name field of the data source.
DataSeriesField
Gets and sets the series field of the data source.
DataSource
Gets and sets the data source for a series of the control chart.
DataValueField
Gets and sets the value field of the data source.
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 histogram.
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.
StatisticsBox
Gets and sets the box in which statistics of the chart are displayed.
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.
DataBind
Manually perform the data binding.
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.
ReadText
Read in the data and properties of the chart in text format.
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.
ResetBackColor
Sets the background color of the control to the default.
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.

Public Events


Name
Description
HistogramSampleAdded
Occurs when an HistogramSample is added to an HistogramSeries.
HistogramSampleCodeChanged
Occurs when the HistogramSample:Code of an HistogramSample changes.
HistogramSampleDateTimeChanged
Occurs when the HistogramSample:DateTime of an HistogramSample changes.
HistogramSampleExcludedChanged
Occurs when the HistogramSample:ExcludeFromCalculation flag of an HistogramSample changes.
HistogramSampleKeyChanged
Occurs when the HistogramSample:Key of an HistogramSample changes.
HistogramSampleRemoved
Occurs when an HistogramSample is removed from an HistogramSeries.
HistogramSamplesCleared
Occurs when the HistogramSample objects of an HistogramSeries are cleared.
HistogramSampleSet
Occurs when an HistogramSample of an HistogramSeries is set.
HistogramSampleValueChanged
Occurs when the HistogramSample:Value of an HistogramSample changes.
HistogramSeriesAdded
Occurs when an HistogramSeries is added to the HistogramSeriesCollection.
HistogramSeriesCleared
Occurs when the HistogramSeries objects of the HistogramSeriesCollection are cleared.
HistogramSeriesRemoved
Occurs when an HistogramSeries is removed from the HistogramSeriesCollection.
HistogramSeriesSet
Occurs when an HistogramSeries of the HistogramSeriesCollection is set.
NoteAdded
Occurs when a Note is added to the Notes collection.
NoteAuthorChanged
Occurs when the Note:Author of a Note changes.
NoteDateTimeChanged
Occurs when the Note:DateTime of a Note changes.
NoteNameChanged
Occurs when the Note:Name of a Note changes.
NoteRemoved
Occurs when a Note is removed from the Notes collection.
NotesCleared
Occurs when the Note objects of the Notes collection are cleared.
NoteSet
Occurs when a Note of the Notes collection is set.
NoteTextChanged
Occurs when the Note:Text of a Note changes.

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.
DisplayImportWizard
The import wizard of the chart.
DrawDesignMode
Draw the control in design mode using the graphics object.
DrawRunMode
Draw the control in run mode using the graphics object.
EditXAxis_Click
Open a dialog for editing the XAxis.
EditYAxis_Click
Open a dialog for editing the YAxis.
GetDataTip
Returns the string the tooltip should display.
InternalDataBind
Handle the data binding for this particular chart.
InternalGetDataTip
Returns the custom tooltip of the control.
Open_Click
Open a chart saved as a text or XML file.
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.
ReadXMLStatisticsBox
Read in the statistics box 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
Draw the control in the specified rectangle using the graphics object.
ResetMouse
Overrides the internal ResetMouse method.
ShowDataEditor
Open a dialog which displays all of the data of the chart in a tree format.
ShowProperties
Displays the property editor and returns a dialog result.
ShowXAxis_Click
Changes the visibility of the XAxis.
ShowYAxis_Click
Changes the visibility of the YAxis.
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.