C# Class LiveCharts.Wpf.VisualElement

Inheritance: System.Windows.FrameworkElement, ICartesianVisualElement
Show file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
XProperty System.Windows.DependencyProperty
YProperty System.Windows.DependencyProperty

Public Methods

Method Description
AddOrMove ( ChartCore chart ) : void

Adds the or move.

Remove ( ChartCore chart ) : void

Removes the specified chart.

Private Methods

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

Method Details

AddOrMove() public method

Adds the or move.
///
public AddOrMove ( ChartCore chart ) : void
chart ChartCore The chart.
return void

Remove() public method

Removes the specified chart.
public Remove ( ChartCore chart ) : void
chart ChartCore The chart.
return void

Property Details

XProperty public static property

The x property
public static DependencyProperty,System.Windows XProperty
return System.Windows.DependencyProperty

YProperty public static property

The y property
public static DependencyProperty,System.Windows YProperty
return System.Windows.DependencyProperty