Represents data item in ColumnChartGraph.

Namespace:  AmCharts.Windows.Column
Assembly:  AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class ColumnDataPoint : SerialDataItem
Visual Basic (Declaration)
Public Class ColumnDataPoint _
	Inherits SerialDataItem
Visual C++
public ref class ColumnDataPoint : public SerialDataItem

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
                AmCharts.Windows.Core..::.DataItem
                  AmCharts.Windows.Core..::.SerialDataItem
                    AmCharts.Windows.Column..::.ColumnDataPoint

See Also