Class CrossAxisPositionBase
Represents the position on an axis where the axes cross.
Inheritance
System.Object
CrossAxisPositionBase
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class CrossAxisPositionBase : ICrossAxisPosition
Constructors
CrossAxisPositionBase()
Declaration
protected CrossAxisPositionBase()
Properties
Position
Gets or sets the value that indicates the position where the axes cross.
Declaration
public GraphScaleCrossAxisPosition Position { get; set; }
Property Value
GraphScaleCrossAxisPosition
|