C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.Axis

An axis class used to determine the plot area coordinate of values.
Inheritance: Windows.UI.Xaml.Controls.Control, IAxis
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
LocationProperty DependencyProperty
OrientationProperty DependencyProperty

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

Axis() protected méthode

Instantiates a new instance of the Axis class.
protected Axis ( ) : System
Résultat System

CanPlot() public abstract méthode

Returns a value indicating whether the axis can plot a value.
public abstract CanPlot ( object value ) : bool
value object The value to plot.
Résultat bool

GetPlotAreaCoordinate() public abstract méthode

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.
Résultat UnitValue

OnDependentAxesCollectionChanged() protected méthode

Child axes collection changed.
protected OnDependentAxesCollectionChanged ( ) : void
Résultat void

OnInvalidated() protected méthode

Raises the invalidated event.
protected OnInvalidated ( RoutedEventArgs args ) : void
args RoutedEventArgs Information about the event.
Résultat void

OnLocationPropertyChanged() protected méthode

LocationProperty property changed handler.
protected OnLocationPropertyChanged ( AxisLocation oldValue, AxisLocation newValue ) : void
oldValue AxisLocation Old value.
newValue AxisLocation New value.
Résultat void

OnObjectRegistered() protected méthode

This method is invoked when a series is registered.
protected OnObjectRegistered ( IAxisListener series ) : void
series IAxisListener The series that has been registered.
Résultat void

OnObjectUnregistered() protected méthode

This method is invoked when a series is unregistered.
protected OnObjectUnregistered ( IAxisListener series ) : void
series IAxisListener The series that has been unregistered.
Résultat void

OnOrientationPropertyChanged() protected méthode

OrientationProperty property changed handler.
protected OnOrientationPropertyChanged ( AxisOrientation oldValue, AxisOrientation newValue ) : void
oldValue AxisOrientation Old value.
newValue AxisOrientation New value.
Résultat void

Property Details

LocationProperty public_oe static_oe property

Identifies the Location dependency property.
public static DependencyProperty LocationProperty
Résultat DependencyProperty

OrientationProperty public_oe static_oe property

Identifies the Orientation dependency property.
public static DependencyProperty OrientationProperty
Résultat DependencyProperty