Class Axis3D
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public abstract class Axis3D : FrameworkElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
Axis3D()
Declaration
public Axis3D()
Properties
LabelInterval
Declaration
public int LabelInterval { get; set; }
Property Value
System.Int32
|
Labels
Declaration
public IList<FrameworkElement> Labels { get; }
Property Value
System.Collections.Generic.IList<FrameworkElement>
|
MajorTickLenght
Declaration
public int MajorTickLenght { get; set; }
Property Value
System.Int32
|
PlotMode
Declaration
public string PlotMode { get; set; }
Property Value
System.String
|
SmartLabelMode
Declaration
public string SmartLabelMode { get; set; }
Property Value
System.String
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|