Property | Type | Description | |
---|---|---|---|
LocationProperty | DependencyProperty | ||
OrientationProperty | DependencyProperty |
Method | Description | |
---|---|---|
CanPlot ( object value ) : bool |
Returns a value indicating whether the axis can plot a value.
|
|
GetPlotAreaCoordinate ( object value ) : |
The plot area coordinate of a value.
|
Method | 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.
|
Method | Description | |
---|---|---|
OnChildAxesCollectionChanged ( object sender, |
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.
|
public abstract CanPlot ( object value ) : bool | ||
value | object | The value to plot. |
return | bool |
public abstract GetPlotAreaCoordinate ( object value ) : |
||
value | object | The value for which to retrieve the plot area /// coordinate. |
return |
protected OnDependentAxesCollectionChanged ( ) : void | ||
return | void |
protected OnInvalidated ( RoutedEventArgs args ) : void | ||
args | RoutedEventArgs | Information about the event. |
return | void |
protected OnLocationPropertyChanged ( AxisLocation oldValue, AxisLocation newValue ) : void | ||
oldValue | AxisLocation | Old value. |
newValue | AxisLocation | New value. |
return | void |
protected OnObjectRegistered ( IAxisListener series ) : void | ||
series | IAxisListener | The series that has been registered. |
return | void |
protected OnObjectUnregistered ( IAxisListener series ) : void | ||
series | IAxisListener | The series that has been unregistered. |
return | void |
protected OnOrientationPropertyChanged ( AxisOrientation oldValue, AxisOrientation newValue ) : void | ||
oldValue | AxisOrientation | Old value. |
newValue | AxisOrientation | New value. |
return | void |
public static DependencyProperty LocationProperty | ||
return | DependencyProperty |