Class DateAxis
Represents a date axis. The date axis is designed to contain date 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 DateAxis : Axis
Constructors
DateAxis()
Declaration
public DateAxis()
Properties
AxisType
Gets the type of the axis.
Declaration
public override AxisType AxisType { get; }
Property Value
AxisType
|