Class ValueAxis
Axis for plotting continuous numeric values across the chart.
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()
Initialize a new axis for continuous numeric values used to measure magnitude on charts.
Declaration
public ValueAxis()
Properties
AxisType
Identifies this axis as numeric (value).
Declaration
public override AxisType AxisType { get; }
Property Value
|
AxisType
|