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

An axis that displays numeric values.
상속: RangeAxis
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActualMaximumProperty Windows.UI.Xaml.DependencyProperty
ActualMinimumProperty Windows.UI.Xaml.DependencyProperty
ExtendRangeToOriginProperty Windows.UI.Xaml.DependencyProperty
MaximumProperty Windows.UI.Xaml.DependencyProperty
MinimumProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
CanPlot ( object value ) : bool

Returns a value indicating whether a value can plot.

보호된 메소드들

메소드 설명
CreateAxisLabel ( ) : Control

Returns a numeric axis label.

NumericAxis ( ) : System

Instantiates a new instance of the NumericAxis class.

OnActualRangeChanged ( Range range ) : void

Updates the typed actual maximum and minimum properties when the actual range changes.

OnExtendRangeToOriginPropertyChanged ( bool oldValue, bool newValue ) : void

ExtendRangeToOriginProperty property changed handler.

OnMaximumPropertyChanged ( double newValue ) : void

MaximumProperty property changed handler.

OnMinimumPropertyChanged ( double newValue ) : void

MinimumProperty property changed handler.

OverrideDataRange ( Range range ) : Range

Overrides the data value range and returns a range that takes the margins of the values into account.

비공개 메소드들

메소드 설명
OnExtendRangeToOriginPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

ExtendRangeToOriginProperty property changed handler.

OnMaximumPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

MaximumProperty property changed handler.

OnMinimumPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

MinimumProperty property changed handler.

메소드 상세

CanPlot() 공개 메소드

Returns a value indicating whether a value can plot.
public CanPlot ( object value ) : bool
value object The value to plot.
리턴 bool

CreateAxisLabel() 보호된 메소드

Returns a numeric axis label.
protected CreateAxisLabel ( ) : Control
리턴 Windows.UI.Xaml.Controls.Control

NumericAxis() 보호된 메소드

Instantiates a new instance of the NumericAxis class.
protected NumericAxis ( ) : System
리턴 System

OnActualRangeChanged() 보호된 메소드

Updates the typed actual maximum and minimum properties when the actual range changes.
protected OnActualRangeChanged ( Range range ) : void
range Range The actual range.
리턴 void

OnExtendRangeToOriginPropertyChanged() 보호된 메소드

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

OnMaximumPropertyChanged() 보호된 메소드

MaximumProperty property changed handler.
protected OnMaximumPropertyChanged ( double newValue ) : void
newValue double New value.
리턴 void

OnMinimumPropertyChanged() 보호된 메소드

MinimumProperty property changed handler.
protected OnMinimumPropertyChanged ( double newValue ) : void
newValue double New value.
리턴 void

OverrideDataRange() 보호된 메소드

Overrides the data value range and returns a range that takes the margins of the values into account.
protected OverrideDataRange ( Range range ) : Range
range Range The range of data values.
리턴 Range

프로퍼티 상세

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

Identifies the ActualMaximum dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualMaximumProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the ActualMinimum dependency property.
public static DependencyProperty,Windows.UI.Xaml ActualMinimumProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the ExtendRangeToOrigin dependency property.
public static DependencyProperty,Windows.UI.Xaml ExtendRangeToOriginProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the Maximum dependency property.
public static DependencyProperty,Windows.UI.Xaml MaximumProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

Identifies the Minimum dependency property.
public static DependencyProperty,Windows.UI.Xaml MinimumProperty
리턴 Windows.UI.Xaml.DependencyProperty