Property | Type | Description | |
---|---|---|---|
ActualMaximumProperty | |||
ActualMinimumProperty | |||
ExtendRangeToOriginProperty | |||
MaximumProperty | |||
MinimumProperty |
Method | Description | |
---|---|---|
CanPlot ( object value ) : bool |
Returns a value indicating whether a value can plot.
|
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
OnExtendRangeToOriginPropertyChanged ( |
ExtendRangeToOriginProperty property changed handler.
|
|
OnMaximumPropertyChanged ( |
MaximumProperty property changed handler.
|
|
OnMinimumPropertyChanged ( |
MinimumProperty property changed handler.
|
public CanPlot ( object value ) : bool | ||
value | object | The value to plot. |
return | bool |
protected CreateAxisLabel ( ) : |
||
return |
protected OnActualRangeChanged ( Range |
||
range | Range |
The actual range. |
return | void |
protected OnExtendRangeToOriginPropertyChanged ( bool oldValue, bool newValue ) : void | ||
oldValue | bool | Old value. |
newValue | bool | New value. |
return | void |
protected OnMaximumPropertyChanged ( double newValue ) : void | ||
newValue | double | New value. |
return | void |
protected OnMinimumPropertyChanged ( double newValue ) : void | ||
newValue | double | New value. |
return | void |
protected OverrideDataRange ( Range |
||
range | Range |
The range of data values. |
return | Range |
public static DependencyProperty,Windows.UI.Xaml ActualMaximumProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ActualMinimumProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ExtendRangeToOriginProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml MaximumProperty | ||
return |