Class DateTimeScaleCrossAxisPosition
Represents the position on an axis with DateTimeScale where the axes cross.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class DateTimeScaleCrossAxisPosition : CrossAxisPositionBase, ICrossAxisPosition
Constructors
DateTimeScaleCrossAxisPosition()
Declaration
public DateTimeScaleCrossAxisPosition()
Properties
Value
Gets or sets the value where the other axis crosses the current axis.
Declaration
public DateTime Value { get; set; }
Property Value
System.DateTime
|
Remarks
The Value property is applied only if Position is set to GraphAxisZeroValueMode.Specific.