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

An axis class used to determine the plot area coordinate of values.
Наследование: Windows.UI.Xaml.Controls.Control, IAxis
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
LocationProperty DependencyProperty
OrientationProperty DependencyProperty

Открытые методы

Метод Описание
CanPlot ( object value ) : bool

Returns a value indicating whether the axis can plot a value.

GetPlotAreaCoordinate ( object value ) : UnitValue

The plot area coordinate of a value.

Защищенные методы

Метод Описание
Axis ( ) : System

Instantiates a new instance of the Axis class.

OnDependentAxesCollectionChanged ( ) : void

Child axes collection changed.

OnInvalidated ( RoutedEventArgs args ) : void

Raises the invalidated event.

OnLocationPropertyChanged ( AxisLocation oldValue, AxisLocation newValue ) : void

LocationProperty property changed handler.

OnObjectRegistered ( IAxisListener series ) : void

This method is invoked when a series is registered.

OnObjectUnregistered ( IAxisListener series ) : void

This method is invoked when a series is unregistered.

OnOrientationPropertyChanged ( AxisOrientation oldValue, AxisOrientation newValue ) : void

OrientationProperty property changed handler.

Приватные методы

Метод Описание
OnChildAxesCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Child axes collection changed.

OnLocationPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

LocationProperty property changed handler.

OnOrientationPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

OrientationProperty property changed handler.

RegisteredListenersCollectionChanged ( object sender, System e ) : void

This event is raised when the registered listeners collection is changed.

Описание методов

Axis() защищенный Метод

Instantiates a new instance of the Axis class.
protected Axis ( ) : System
Результат System

CanPlot() публичный абстрактный Метод

Returns a value indicating whether the axis can plot a value.
public abstract CanPlot ( object value ) : bool
value object The value to plot.
Результат bool

GetPlotAreaCoordinate() публичный абстрактный Метод

The plot area coordinate of a value.
public abstract GetPlotAreaCoordinate ( object value ) : UnitValue
value object The value for which to retrieve the plot area /// coordinate.
Результат UnitValue

OnDependentAxesCollectionChanged() защищенный Метод

Child axes collection changed.
protected OnDependentAxesCollectionChanged ( ) : void
Результат void

OnInvalidated() защищенный Метод

Raises the invalidated event.
protected OnInvalidated ( RoutedEventArgs args ) : void
args RoutedEventArgs Information about the event.
Результат void

OnLocationPropertyChanged() защищенный Метод

LocationProperty property changed handler.
protected OnLocationPropertyChanged ( AxisLocation oldValue, AxisLocation newValue ) : void
oldValue AxisLocation Old value.
newValue AxisLocation New value.
Результат void

OnObjectRegistered() защищенный Метод

This method is invoked when a series is registered.
protected OnObjectRegistered ( IAxisListener series ) : void
series IAxisListener The series that has been registered.
Результат void

OnObjectUnregistered() защищенный Метод

This method is invoked when a series is unregistered.
protected OnObjectUnregistered ( IAxisListener series ) : void
series IAxisListener The series that has been unregistered.
Результат void

OnOrientationPropertyChanged() защищенный Метод

OrientationProperty property changed handler.
protected OnOrientationPropertyChanged ( AxisOrientation oldValue, AxisOrientation newValue ) : void
oldValue AxisOrientation Old value.
newValue AxisOrientation New value.
Результат void

Описание свойств

LocationProperty публичное статическое свойство

Identifies the Location dependency property.
public static DependencyProperty LocationProperty
Результат DependencyProperty

OrientationProperty публичное статическое свойство

Identifies the Orientation dependency property.
public static DependencyProperty OrientationProperty
Результат DependencyProperty