Class
CategoryScaleCrossAxisPosition

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class CategoryScaleCrossAxisPosition : CrossAxisPositionBase

Inheritance: objectCrossAxisPositionBaseCategoryScaleCrossAxisPosition

Inherited Members CrossAxisPositionBase.Position

Constructors

CategoryScaleCrossAxisPosition()

Declaration

cs-api-definition
public CategoryScaleCrossAxisPosition()

Properties

Value

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

Declaration

cs-api-definition
[Browsable(false)]
public object Value { get; set; }

Property Value

object

Remarks

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