New to Telerik ReportingStart a free 30-day trial

Represents the position on an axis where the axes cross.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class CrossAxisPositionBase

Inheritance: objectCrossAxisPositionBase

Derived Classes: CategoryScaleCrossAxisPositionDateTimeScaleCrossAxisPositionLogarithmicScaleCrossAxisPositionNumericalScaleCrossAxisPosition

Constructors

TODO: Add documentation.

C#
protected CrossAxisPositionBase()

Properties

Gets or sets the value that indicates the position where the axes cross.

C#
public GraphScaleCrossAxisPosition Position { get; set; }