New to Telerik ReportingStart a free 30-day trial

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class CategoryScaleCrossAxisPosition : CrossAxisPositionBase

Inheritance: objectCrossAxisPositionBaseCategoryScaleCrossAxisPosition

Inherited Members CrossAxisPositionBase.Position

Constructors

C#
public CategoryScaleCrossAxisPosition()

Properties

Value

object

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

C#
[Browsable(false)]
public object Value { get; set; }
Remarks:

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