New to Telerik ReportingStart a free 30-day trial

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class NumericalScaleCrossAxisPosition : CrossAxisPositionBase

Inheritance: objectCrossAxisPositionBaseNumericalScaleCrossAxisPosition

Inherited Members CrossAxisPositionBase.Position

Constructors

C#
public NumericalScaleCrossAxisPosition()

Properties

Value

double

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

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

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