Extends GdxView to show charts
GdxChartView

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GdxChartView : GdxView, 
	IComponentConnector
Visual Basic
Public Class GdxChartView _
	Inherits GdxView _
	Implements IComponentConnector
JScript
public class GdxChartView extends GdxView implements IComponentConnector

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
                  GdxView
                    Ico.Gdx..::..GdxChartView

See Also