[]
        
(Showing Draft Content)

C1.WPF.C1Chart3D.Axis3D

Axis3D Class

Represents axis of 3D chart.

Namespace: C1.WPF.C1Chart3D
Assembly: C1.WPF.C1Chart3D.4.6.2.dll
Syntax
public class Axis3D : DependencyObject

Constructors

Name Description
Axis3D()

Creates an instance of Axis3D class.

Fields

Name Description
AnnoFormatProperty

Using a DependencyProperty as the backing store for AnnoFormat.
This enables animation, styling, binding, etc...

AnnoTemplateProperty

Using a DependencyProperty as the backing store for AnnoFormat.
This enables animation, styling, binding, etc...

ForegroundProperty

Using a DependencyProperty as the backing store for Foreground.
This enables animation, styling, binding, etc...

MajorGridlineStrokeProperty

Using a DependencyProperty as the backing store for GridlineStroke.
This enables animation, styling, binding, etc...

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.
This enables animation, styling, binding, etc...

MaxProperty

Using a DependencyProperty as the backing store for Max.
This enables animation, styling, binding, etc...

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...

Properties

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.