Class Scale
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class Scale
Constructors
Scale()
Declaration
protected Scale()
Properties
CrossAxisPosition
Zero value is where the other axis crosses the current axis;
Declaration
[Obsolete("The CrossAxisPosition property is now obsolete. Please use the CrossAxisPositions property instead.")]
public GraphScaleCrossAxisPosition CrossAxisPosition { get; set; }
Property Value
GraphScaleCrossAxisPosition
|
Reversed
Indicates whether to arrange values in reverse order.
Declaration
public bool Reversed { get; set; }
Property Value
System.Boolean
|
SpacingSlotCount
Determines the number of space slots that will be left around the DataPoints per category slot, measured relatively to the DataPoint slot's width: Empty Space = SpacingSlotCount * DataPoint_SlotWidth
Declaration
public double SpacingSlotCount { get; set; }
Property Value
System.Double
|
Methods
GetDefaultCrossAxisPosition(Boolean)
Declaration
protected CrossAxisPositionBase GetDefaultCrossAxisPosition(bool create)
Parameters
System.Boolean
create
|
Returns
CrossAxisPositionBase
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|