Class
Scale

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class Scale

Inheritance: objectScale

Derived Classes: CategoryScaleDateTimeScaleNumericalScaleBase

Constructors

Scale()

TODO: Add documentation.

Declaration

cs-api-definition
protected Scale()

Properties

CrossAxisPosition

Zero value is where the other axis crosses the current axis;

Declaration

cs-api-definition
[Obsolete("The CrossAxisPosition property is now obsolete. Please use the CrossAxisPositions property instead.")]
[Browsable(false)]
public GraphScaleCrossAxisPosition CrossAxisPosition { get; set; }

Property Value

GraphScaleCrossAxisPosition

Reversed

Indicates whether to arrange values in reverse order.

Declaration

cs-api-definition
public bool Reversed { get; set; }

Property Value

bool

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

cs-api-definition
public double SpacingSlotCount { get; set; }

Property Value

double

Methods

GetDefaultCrossAxisPosition(bool)

TODO: Add documentation.

Declaration

cs-api-definition
protected CrossAxisPositionBase GetDefaultCrossAxisPosition(bool create)

Parameters

create

bool

Returns

CrossAxisPositionBase

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()