Interaction logic for DrillingControl.xaml
Namespace:
T.Wpf.RunControls
Assembly: T.Wpf (in T.Wpf.dll)
Top
Assembly: T.Wpf (in T.Wpf.dll)
<System.Reflection.Obfuscation(Feature = "renaming", ApplyToMembers = true)> _
Public Class TDrillingChart
Inherits UserControl
Implements IBindingHandler, _
IDisplayComponent, _
IListChanged, _
IDisposable, _
IClipboardSafe, _
INotifyPropertyChanged, _
IComponentConnector
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Feature = "renaming", ApplyToMembers = true)]
public class TDrillingChart : UserControl,
IBindingHandler,
IDisplayComponent,
IListChanged,
IDisposable,
IClipboardSafe,
INotifyPropertyChanged,
IComponentConnector
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
GetDateTimeFromXAxis(double) | Get date time from X point |
|
GetDefaultPenSettings(int) | Get default pen settings |
|
GetDefaultPenSettingsStatic(int) | Get default pen settings |
|
GetSamplesAsDataSet(bool) | Get samples as DataSet |
|
GetSamplesAsDataTable(bool) | Get samples as DataTable |
|
GetTagNameNearestPoint(Point, out double) | Get tag name nearest point |
|
GetTagNameNearestPoint(Point, out double, out PointInfo) | Get tag name nearest point |
|
GetValueFromYAxis(string, double) | Get tag value from Y point |
|
GetValues(DateTime) | Get values from date time |
|
OpenConfigDialog() | Open configuration dialog |
|
Print(bool) | Print trend |
|
PrintDefaultPrinter(int) | Print trend |
|
RecalcSPC(int) | Recalc SPC variables |
|
Refresh() | Refresh trend |
|
RefreshAnnotations(bool) | Refresh annotations |
|
RefreshLayout() | Refresh layout |
T.Wpf.RunControls.TDrillingChart