ClassAxis3D
Class
Represents the Axis3D for WPF control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public abstract class Axis3D : FrameworkElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementAxis3D
Derived Classes:
Implements:
Inherited Members
Constructors
Axis3D()
Initializes a new instance of the Axis3D class.
Declaration
cs-api-definition
public Axis3D()
Properties
LabelInterval
Get or Set the Axis LabelInterval value via automation property.
Labels
Get a collection of LigthTextBlocks which represents the axis labels and title (it the title is set)
Declaration
cs-api-definition
public IList<FrameworkElement> Labels { get; }
Property Value
MajorTickLenght
Get or Set the Axis MajorTickLenght value via automation property.
PlotMode
Get or Set the Axis PlotMode value via automation property.
SmartLabelMode
Get or Set the Axis SmartLabelMode value via automation property.