Class CategoryScale
Specifies a category scale for a GraphAxis.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class CategoryScale : Scale
Constructors
CategoryScale()
Declaration
public CategoryScale()
Properties
CrossAxisPositions
Declaration
public CategoryScaleCrossAxisPositionCollection CrossAxisPositions { get; }
Property Value
CategoryScaleCrossAxisPositionCollection
|
CrossAxisValue
Applied when GraphScaleCrossAxisPosition is set to GraphAxisZeroValueMode.Specific. Zero value is where the other axis crosses the current axis.
Declaration
[Obsolete("The CrossAxisValue property is now obsolete. Please use the CrossAxisPositions property instead.")]
public object CrossAxisValue { get; set; }
Property Value
System.Object
|
PositionMode
Specifies how the tick marks are positioned in relation to data points.
Declaration
public AxisPositionMode PositionMode { get; set; }
Property Value
AxisPositionMode
|