Class
NumericalScaleCrossAxisPosition

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class NumericalScaleCrossAxisPosition : CrossAxisPositionBase

Inheritance: objectCrossAxisPositionBaseNumericalScaleCrossAxisPosition

Inherited Members CrossAxisPositionBase.Position

Constructors

NumericalScaleCrossAxisPosition()

Declaration

cs-api-definition
public NumericalScaleCrossAxisPosition()

Properties

Value

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

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double

Remarks

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