C# Class LiveCharts.Uwp.VisualElement

Defines a visual element, a visual element is a UI element that is placed and scaled in the chart.
Inheritance: Windows.UI.Xaml.FrameworkElement, ICartesianVisualElement
显示文件 Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
XProperty Windows.UI.Xaml.DependencyProperty
YProperty Windows.UI.Xaml.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, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

AddOrMove() public method

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

Remove() public method

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

Property Details

XProperty public_oe static_oe property

The x property
public static DependencyProperty,Windows.UI.Xaml XProperty
return Windows.UI.Xaml.DependencyProperty

YProperty public_oe static_oe property

The y property
public static DependencyProperty,Windows.UI.Xaml YProperty
return Windows.UI.Xaml.DependencyProperty