C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.NumericAxis

An axis that displays numeric values.
Наследование: RangeAxis
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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