Class
LogarithmicScaleCrossAxisPosition

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class LogarithmicScaleCrossAxisPosition : CrossAxisPositionBase

Inheritance: objectCrossAxisPositionBaseLogarithmicScaleCrossAxisPosition

Inherited Members CrossAxisPositionBase.Position

Constructors

LogarithmicScaleCrossAxisPosition()

TODO: Add documentation.

Declaration

cs-api-definition
public LogarithmicScaleCrossAxisPosition()

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

A positive number that defines the exact value where the other axis crosses the current one. The default value is 1.0.

Remarks

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