Class ValueAxis
Represents a value axis. The value axis is designed to contain numeric values.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class ValueAxis : Axis
Constructors
ValueAxis()
Declaration
public ValueAxis()
Properties
AxisType
Gets the type of the axis.
Declaration
public override AxisType AxisType { get; }
Property Value
AxisType
|