[]
Represents axis of 3D chart.
public class Axis3D : DependencyObject
Name | Description |
---|---|
Axis3D() | Creates an instance of Axis3D class. |
Name | Description |
---|---|
AnnoFormatProperty | Using a DependencyProperty as the backing store for AnnoFormat. |
AnnoTemplateProperty | Using a DependencyProperty as the backing store for AnnoFormat. |
ForegroundProperty | Using a DependencyProperty as the backing store for Foreground. |
MajorGridlineStrokeProperty | Using a DependencyProperty as the backing store for GridlineStroke. |
MajorTickAppearanceProperty | Using a DependencyProperty as the backing store for MajorTickAppearance. This enables animation, styling, binding, etc... |
MajorTickHeightProperty | Using a DependencyProperty as the backing store for MajorTickHeight. This enables animation, styling, binding, etc... |
MajorUnitProperty | Using a DependencyProperty as the backing store for yProperty. |
MaxProperty | Using a DependencyProperty as the backing store for Max. |
MinProperty | Using a DependencyProperty as the backing store for Min. This enables animation, styling, binding, etc... |
ReversedProperty | Using a DependencyProperty as the backing store for Reversed. This enables animation, styling, binding, etc... |
TitleProperty | Using a DependencyProperty as the backing store for Title. This enables animation, styling, binding, etc... |
Name | Description |
---|---|
ActualMax | Gets the actual axis maximum. |
ActualMin | Gets the actual axis minimum. |
AnnoFormat | Gets or sets the axis label format string. |
AnnoTemplate | Gets or sets the template for axis annotations. |
Foreground | Gets or set the foreground color of the axis. |
MajorGridlineStroke | Gets or sets the stroking brush for axis grid lines. |
MajorTickAppearance | Gets or sets the major tick appearance. |
MajorTickHeight | Gets or sets the major tick height. |
MajorUnit | Gets or sets the distance between axis labels. |
Max | Gets or sets the axis maximum. |
Min | Gets or sets the axis minimum. |
Reversed | Gets or sets whether the axis is reversed. |
Title | Gets or sets the axis title. |