The following tables list the members exposed by AxisLabelSettings.
Name | Description | |
---|---|---|
AxisLabelSettings Constructor | Constructs a new AxisLabelSettings instance. |
Name | Description | |
---|---|---|
AngleProperty | Identifies the Angle dependency property. | |
EffectProperty | Identifies the Effect dependency property. | |
ExtentProperty | Identifies the Extent dependency property. | |
FontFamilyProperty | Identifies the FontFamily dependency property. | |
FontSizeProperty | Identifies the FontSize dependency property. | |
FontStretchProperty | Identifies the FontStretch dependency property. | |
FontStyleProperty | Identifies the FontStyle dependency property. | |
FontWeightProperty | Identifies the FontWeight dependency property. | |
ForegroundProperty | Identifies the Foreground dependency property. | |
HorizontalAlignmentProperty | Identifies the HorizontalAlignment dependency property. | |
IsHitTestVisibleProperty | Identifies the IsHitTestVisible dependency property. | |
LocationProperty | Identifies the Location dependency property. | |
MarginProperty | Identifies the Margin dependency property. | |
OpacityMaskProperty | Identifies the OpacityMask dependency property. | |
OpacityProperty | Identifies the Opacity dependency property. | |
PaddingProperty | Identifies the Padding dependency property. | |
ShowFirstLabelProperty | Identifies the ShowFirstLabel dependency property. | |
TextAlignmentProperty | Identifies the TextAlignment dependency property. | |
TextDecorationsProperty | Identifies the TextDecorations dependency property. | |
TextWrappingProperty | Identifies the TextWrapping dependency property. | |
VerticalAlignmentProperty | Identifies the VerticalAlignment dependency property. | |
VisibilityProperty | Identifies the Visibility dependency property. |
Name | Description | |
---|---|---|
Angle | Gets or sets the Angle property | |
Axes | a reference back to the axis containing these label settings. | |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable) | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
Effect | Gets or sets the Effect property. | |
Extent | Gets or sets the Extent property | |
FontFamily | Gets or sets the FontFamily property | |
FontInfo | Gets the FontInfo object that represents the labels' font information. | |
FontSize | Gets or sets the FontSize property | |
FontStretch | Gets or sets the FontStretch property. | |
FontStyle | Gets or sets the FontStyle property. | |
FontWeight | Gets or sets the FontWeight property. | |
Foreground | Gets or sets the Foreground property. | |
HorizontalAlignment | Gets or sets the HorizontalAlignment property. | |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable) | |
IsHitTestVisible | Gets or sets the IsHitTestVisible property. | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
Location | Gets or sets the Location property. | |
Margin | Gets or sets the Margin property. | |
Opacity | Gets or sets the Opacity property | |
OpacityMask | Gets or sets the OpacityMask property. | |
Padding | Gets or sets the Padding property. | |
ShowFirstLabel | Gets or sets whether the first label is displayed when the zoom level is set to 1. | |
TextAlignment | Gets or sets the TextAlignment property. | |
TextDecorations | Gets or sets the TextDecorations property. | |
TextWrapping | Gets or sets the TextWrapping property. | |
VerticalAlignment | Gets or sets the VerticalAlignment property. | |
Visibility | Gets or sets the Visibility property. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
Clone | Creates a modifiable clone of the System.Windows.Freezable, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values. (Inherited from System.Windows.Freezable) | |
CloneCurrentValue | Creates a modifiable clone (deep copy) of the System.Windows.Freezable using its current values. (Inherited from System.Windows.Freezable) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
Freeze | Makes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. (Inherited from System.Windows.Freezable) | |
GetAsFrozen | Creates a frozen copy of the System.Windows.Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable) | |
GetCurrentValueAsFrozen | Creates a frozen copy of the System.Windows.Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
RegisterAxis | Registers current axis label settings for the specified axis | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) | |
UnregisterAxis | Un-registers current axis label settings for the specified axis |
Name | Description | |
---|---|---|
CloneCore | Makes the instance a clone (deep copy) of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable) | |
CloneCurrentValueCore | Makes the instance a modifiable clone (deep copy) of the specified System.Windows.Freezable using current property values. (Inherited from System.Windows.Freezable) | |
CreateInstance | Initializes a new instance of the System.Windows.Freezable class. (Inherited from System.Windows.Freezable) | |
CreateInstanceCore | Overridden. | |
FreezeCore | Makes the System.Windows.Freezable object unmodifiable or tests whether it can be made unmodifiable. (Inherited from System.Windows.Freezable) | |
GetAsFrozenCore | Makes the instance a frozen clone of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable) | |
GetCurrentValueAsFrozenCore | Makes the current instance a frozen clone of the specified System.Windows.Freezable. If the object has animated dependency properties, their current animated values are copied. (Inherited from System.Windows.Freezable) | |
OnChanged | Called when the current System.Windows.Freezable object is modified. (Inherited from System.Windows.Freezable) | |
OnFreezablePropertyChanged | Overloaded. Ensures that appropriate context pointers are established for a System.Windows.DependencyObjectType data member that has just been set. (Inherited from System.Windows.Freezable) | |
OnPropertyChanged | Overrides the System.Windows.DependencyObject implementation of System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs) to also invoke any System.Windows.Freezable.Changed handlers in response to a changing dependency property of type System.Windows.Freezable. (Inherited from System.Windows.Freezable) | |
PropertyUpdatedOverride | When overridden in a derived class, gets called whenever a property value is updated on the AxisLabels. Gives the axis labels a chance to respond to the various property updates. | |
RaisePropertyChanged | ||
ReadPreamble | Ensures that the System.Windows.Freezable is being accessed from a valid thread. Inheritors of System.Windows.Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Inherited from System.Windows.Freezable) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) | |
WritePostscript | Raises the System.Windows.Freezable.Changed event for the System.Windows.Freezable and invokes its System.Windows.Freezable.OnChanged method. Classes that derive from System.Windows.Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. (Inherited from System.Windows.Freezable) | |
WritePreamble | Verifies that the System.Windows.Freezable is not frozen and that it is being accessed from a valid threading context. System.Windows.Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. (Inherited from System.Windows.Freezable) |
Name | Description | |
---|---|---|
Changed | Occurs when the System.Windows.Freezable or an object it contains is modified. (Inherited from System.Windows.Freezable) | |
PropertyChanged | Notifies clients that a property value has changed. | |
PropertyUpdated | Event raised when a property value has been updated. |