ClassCrossAxisPositionBase
Class
Represents the position on an axis where the axes cross.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class CrossAxisPositionBase
Inheritance: objectCrossAxisPositionBase
Derived Classes:
Constructors
CrossAxisPositionBase()
TODO: Add documentation.
Declaration
cs-api-definition
protected CrossAxisPositionBase()
Properties
Position
Gets or sets the value that indicates the position where the axes cross.
Declaration
cs-api-definition
public GraphScaleCrossAxisPosition Position { get; set; }
Property Value