C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Charting.DataPoint

상속: Windows.UI.Xaml.Controls.Control
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActualDependentValueProperty Windows.UI.Xaml.DependencyProperty
ActualIndependentValueProperty Windows.UI.Xaml.DependencyProperty
DependentValueProperty Windows.UI.Xaml.DependencyProperty
DependentValueStringFormatProperty Windows.UI.Xaml.DependencyProperty
FormattedDependentValueProperty Windows.UI.Xaml.DependencyProperty
FormattedIndependentValueProperty Windows.UI.Xaml.DependencyProperty
IndependentValueProperty Windows.UI.Xaml.DependencyProperty
IndependentValueStringFormatProperty Windows.UI.Xaml.DependencyProperty
IsSelectionEnabledProperty Windows.UI.Xaml.DependencyProperty

Private Properties

프로퍼티 타입 설명
GoToCurrentRevealState bool
OnActualDependentValuePropertyChanged void
OnActualIndependentValuePropertyChanged void
OnCurrentStateChanged void
OnDependentValuePropertyChanged void
OnDependentValueStringFormatPropertyChanged void
OnIndependentValuePropertyChanged void
OnIndependentValueStringFormatPropertyChanged void
OnIsSelectedPropertyChanged void
OnIsSelectionEnabledPropertyChanged void
OnLoaded void
OnStatePropertyChanged void
SetFormattedProperty void

보호된 메소드들

메소드 설명
DataPoint ( ) : System

Initializes a new instance of the DataPoint class.

OnActualDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void

Called when the value of the ActualDependentValue property changes.

OnActualIndependentValuePropertyChanged ( object oldValue, object newValue ) : void

Called when the ActualIndependentValue property changes.

OnApplyTemplate ( ) : void

Builds the visual tree for the DataPoint when a new template is applied.

OnDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void

Called when the DependentValue property changes.

OnDependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void

Called when DependentValueStringFormat property changes.

OnIndependentValuePropertyChanged ( object oldValue, object newValue ) : void

Called when the IndependentValue property changes.

OnIndependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void

Called when the value of the IndependentValueStringFormat property changes.

OnIsHoveredPropertyChanged ( bool oldValue, bool newValue ) : void

IsHoveredProperty property changed handler.

OnIsSelectedPropertyChanged ( bool oldValue, bool newValue ) : void

IsSelectedProperty property changed handler.

OnIsSelectionEnabledPropertyChanged ( bool oldValue, bool newValue ) : void

IsSelectionEnabledProperty property changed handler.

OnPointerEntered ( Windows e ) : void
OnPointerExited ( Windows e ) : void
OnPointerPressed ( Windows e ) : void
OnStatePropertyChanged ( DataPointState oldValue, DataPointState newValue ) : void

Called when the value of the State property changes.

비공개 메소드들

메소드 설명
GoToCurrentRevealState ( ) : bool

Updates the Control's visuals to reflect the current state(s).

OnActualDependentValuePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the ActualDependentValue property changes.

OnActualIndependentValuePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the ActualIndependentValue property changes.

OnCurrentStateChanged ( object sender, VisualStateChangedEventArgs e ) : void

Changes the DataPoint object's state after one of the VSM state animations completes.

OnDependentValuePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the DependentValue property changes.

OnDependentValueStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when DependentValueStringFormat property changes.

OnIndependentValuePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the IndependentValue property changes.

OnIndependentValueStringFormatPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the IndependentValueStringFormat property changes.

OnIsSelectedPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

IsSelectedProperty property changed handler.

OnIsSelectionEnabledPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

IsSelectionEnabledProperty property changed handler.

OnLoaded ( object sender, RoutedEventArgs e ) : void

Handles the Control's Loaded event.

OnStatePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Called when the value of the State property changes.

SetFormattedProperty ( DependencyProperty property, string format, object value ) : void

Sets a dependency property with the specified format.

메소드 상세

DataPoint() 보호된 메소드

Initializes a new instance of the DataPoint class.
protected DataPoint ( ) : System
리턴 System

OnActualDependentValuePropertyChanged() 보호된 메소드

Called when the value of the ActualDependentValue property changes.
protected OnActualDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void
oldValue IComparable The value to be replaced.
newValue IComparable The new value.
리턴 void

OnActualIndependentValuePropertyChanged() 보호된 메소드

Called when the ActualIndependentValue property changes.
protected OnActualIndependentValuePropertyChanged ( object oldValue, object newValue ) : void
oldValue object The value to be replaced.
newValue object The new value.
리턴 void

OnApplyTemplate() 보호된 메소드

Builds the visual tree for the DataPoint when a new template is applied.
protected OnApplyTemplate ( ) : void
리턴 void

OnDependentValuePropertyChanged() 보호된 메소드

Called when the DependentValue property changes.
protected OnDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void
oldValue IComparable The value to be replaced.
newValue IComparable The new value.
리턴 void

OnDependentValueStringFormatPropertyChanged() 보호된 메소드

Called when DependentValueStringFormat property changes.
protected OnDependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void
oldValue string The value to be replaced.
newValue string The new value.
리턴 void

OnIndependentValuePropertyChanged() 보호된 메소드

Called when the IndependentValue property changes.
protected OnIndependentValuePropertyChanged ( object oldValue, object newValue ) : void
oldValue object The old value.
newValue object The new value.
리턴 void

OnIndependentValueStringFormatPropertyChanged() 보호된 메소드

Called when the value of the IndependentValueStringFormat property changes.
protected OnIndependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void
oldValue string The value to be replaced.
newValue string The new value.
리턴 void

OnIsHoveredPropertyChanged() 보호된 메소드

IsHoveredProperty property changed handler.
protected OnIsHoveredPropertyChanged ( bool oldValue, bool newValue ) : void
oldValue bool Old value.
newValue bool New value.
리턴 void

OnIsSelectedPropertyChanged() 보호된 메소드

IsSelectedProperty property changed handler.
protected OnIsSelectedPropertyChanged ( bool oldValue, bool newValue ) : void
oldValue bool The value to be replaced.
newValue bool The new value.
리턴 void

OnIsSelectionEnabledPropertyChanged() 보호된 메소드

IsSelectionEnabledProperty property changed handler.
protected OnIsSelectionEnabledPropertyChanged ( bool oldValue, bool newValue ) : void
oldValue bool Old value.
newValue bool New value.
리턴 void

OnPointerEntered() 보호된 메소드

protected OnPointerEntered ( Windows e ) : void
e Windows
리턴 void

OnPointerExited() 보호된 메소드

protected OnPointerExited ( Windows e ) : void
e Windows
리턴 void

OnPointerPressed() 보호된 메소드

protected OnPointerPressed ( Windows e ) : void
e Windows
리턴 void

OnStatePropertyChanged() 보호된 메소드

Called when the value of the State property changes.
protected OnStatePropertyChanged ( DataPointState oldValue, DataPointState newValue ) : void
oldValue DataPointState The value to be replaced.
newValue DataPointState The new value.
리턴 void

프로퍼티 상세

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

Identifies the ActualDependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualDependentValueProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the ActualIndependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualIndependentValueProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the DependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml DependentValueProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the DependentValueStringFormat dependency property.
public static DependencyProperty,Windows.UI.Xaml DependentValueStringFormatProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the FormattedDependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml FormattedDependentValueProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the FormattedIndependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml FormattedIndependentValueProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the IndependentValue dependency property.
public static DependencyProperty,Windows.UI.Xaml IndependentValueProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the IndependentValueStringFormat dependency property.
public static DependencyProperty,Windows.UI.Xaml IndependentValueStringFormatProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the IsSelectionEnabled dependency property.
public static DependencyProperty,Windows.UI.Xaml IsSelectionEnabledProperty
리턴 Windows.UI.Xaml.DependencyProperty