C# Class LiveCharts.Wpf.CartesianChart

The Cartesian chart can plot any series with x and y coordinates
Inheritance: Chart, ICartesianChart
Show file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
VisualElementsProperty System.Windows.DependencyProperty

Public Methods

Method Description
CartesianChart ( ) : System

Initializes a new instance of CartesianChart class

Private Methods

Method Description
OnVisualCollectionChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

CartesianChart() public method

Initializes a new instance of CartesianChart class
public CartesianChart ( ) : System
return System

Property Details

VisualElementsProperty public static property

The visual elements property
public static DependencyProperty,System.Windows VisualElementsProperty
return System.Windows.DependencyProperty