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:
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; }