C# 클래스 LiveCharts.Uwp.VisualElement

Defines a visual element, a visual element is a UI element that is placed and scaled in the chart.
상속: Windows.UI.Xaml.FrameworkElement, ICartesianVisualElement
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
XProperty Windows.UI.Xaml.DependencyProperty
YProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
AddOrMove ( ChartCore chart ) : void

Adds the or move.

Remove ( ChartCore chart ) : void

Removes the specified chart.

비공개 메소드들

메소드 설명
PropertyChangedCallback ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

메소드 상세

AddOrMove() 공개 메소드

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

Remove() 공개 메소드

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

프로퍼티 상세

XProperty 공개적으로 정적으로 프로퍼티

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

YProperty 공개적으로 정적으로 프로퍼티

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