ClassCategoryScale
Class
Specifies a category scale for a GraphAxis.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[AIAssistantDescription("Discrete category axis scale. Places one tick per distinct data value with equal spacing. Use for category axes in Column, Bar, Line, and Area charts. Set SpacingSlotCount to control gaps between bars.")]
public class CategoryScale : Scale
Inheritance: objectScaleCategoryScale
Inherited Members
Constructors
Properties
CrossAxisPositions
TODO: Add documentation.
Declaration
cs-api-definition
public CategoryScaleCrossAxisPositionCollection CrossAxisPositions { get; }
Property Value
CrossAxisValue
Applied when GraphScaleCrossAxisPosition is set to GraphAxisZeroValueMode.Specific. Zero value is where the other axis crosses the current axis.
Declaration
cs-api-definition
[Browsable(false)]
[Obsolete("The CrossAxisValue property is now obsolete. Please use the CrossAxisPositions property instead.")]
public object CrossAxisValue { get; set; }
Property Value
object
PositionMode
Specifies how the tick marks are positioned in relation to data points.
Declaration
cs-api-definition
public AxisPositionMode PositionMode { get; set; }
Property Value