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
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
XProperty Windows.UI.Xaml.DependencyProperty
YProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
AddOrMove ( ChartCore chart ) : void

Adds the or move.

Remove ( ChartCore chart ) : void

Removes the specified chart.

Private Methods

Méthode Description
PropertyChangedCallback ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

AddOrMove() public méthode

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

Remove() public méthode

Removes the specified chart.
public Remove ( ChartCore chart ) : void
chart LiveCharts.Charts.ChartCore The chart.
Résultat void

Property Details

XProperty public_oe static_oe property

The x property
public static DependencyProperty,Windows.UI.Xaml XProperty
Résultat Windows.UI.Xaml.DependencyProperty

YProperty public_oe static_oe property

The y property
public static DependencyProperty,Windows.UI.Xaml YProperty
Résultat Windows.UI.Xaml.DependencyProperty