New to Telerik ReportingStart a free 30-day trial

Represents the position on an axis with DateTimeScale where the axes cross.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class DateTimeScaleCrossAxisPosition : CrossAxisPositionBase

Inheritance: objectCrossAxisPositionBaseDateTimeScaleCrossAxisPosition

Inherited Members CrossAxisPositionBase.Position

Constructors

C#
public DateTimeScaleCrossAxisPosition()

Properties

Value

DateTime

Gets or sets the value where the other axis crosses the current axis.

C#
public DateTime Value { get; set; }
Remarks:

The Value property is applied only if Position is set to GraphAxisZeroValueMode.Specific.