프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ActualMaximumProperty | |||
ActualMinimumProperty | |||
ExtendRangeToOriginProperty | |||
MaximumProperty | |||
MinimumProperty |
메소드 | 설명 | |
---|---|---|
CanPlot ( object value ) : bool |
Returns a value indicating whether a value can plot.
|
메소드 | 설명 | |
---|---|---|
CreateAxisLabel ( ) : |
Returns a numeric axis label.
|
|
NumericAxis ( ) : System |
Instantiates a new instance of the NumericAxis class.
|
|
OnActualRangeChanged ( Range |
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 |
Overrides the data value range and returns a range that takes the margins of the values into account.
|
메소드 | 설명 | |
---|---|---|
OnExtendRangeToOriginPropertyChanged ( |
ExtendRangeToOriginProperty property changed handler.
|
|
OnMaximumPropertyChanged ( |
MaximumProperty property changed handler.
|
|
OnMinimumPropertyChanged ( |
MinimumProperty property changed handler.
|
protected CreateAxisLabel ( ) : |
||
리턴 |
protected OnActualRangeChanged ( Range |
||
range | Range |
The actual range. |
리턴 | void |
protected OnExtendRangeToOriginPropertyChanged ( bool oldValue, bool newValue ) : void | ||
oldValue | bool | Old value. |
newValue | bool | New value. |
리턴 | void |
protected OnMaximumPropertyChanged ( double newValue ) : void | ||
newValue | double | New value. |
리턴 | void |
protected OnMinimumPropertyChanged ( double newValue ) : void | ||
newValue | double | New value. |
리턴 | void |
protected OverrideDataRange ( Range |
||
range | Range |
The range of data values. |
리턴 | Range |
public static DependencyProperty,Windows.UI.Xaml ActualMaximumProperty | ||
리턴 |
public static DependencyProperty,Windows.UI.Xaml ActualMinimumProperty | ||
리턴 |
public static DependencyProperty,Windows.UI.Xaml ExtendRangeToOriginProperty | ||
리턴 |
public static DependencyProperty,Windows.UI.Xaml MaximumProperty | ||
리턴 |