Core Control used in TWX64 Viewer for visualizing trends.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class TwxChartComponent : UserControl, 
	IDisposable, IView, IServiceProvider, ICloneable, INotifyPropertyChanged, 
	IChart, ICustomTypeDescriptor
Visual Basic
Public NotInheritable Class TwxChartComponent _
	Inherits UserControl _
	Implements IDisposable, IView, IServiceProvider, ICloneable,  _
	INotifyPropertyChanged, IChart, ICustomTypeDescriptor
JScript
public final class TwxChartComponent extends UserControl implements IDisposable, IView, IServiceProvider, ICloneable, INotifyPropertyChanged, IChart, ICustomTypeDescriptor

Remarks

The control can generate multiple trends (and different types) by creating and configuring a TwxSeries and adding it to the Series()()()() collection The control uses data and settings from the TwxChartPens to generate and visualize trends. Based on user configuration, these trends can be displayed in one or multiple (stacked) charts.
The control also offers main GUI elements like the legend and the summary chart which provide detailed pen information.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ico.Twx..::..TwxChartComponent

See Also

TwxChartComponentPens()()()()
TwxChartComponentSeries()()()()