Class GraphAxis
Represents an axis in a Graph
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GraphAxis : ReportObject, IComponent, IDisposable
Constructors
GraphAxis()
Declaration
public GraphAxis()
Properties
LabelAngle
Gets or sets the angle in degrees at which the axis labels are rotated.
Declaration
public int LabelAngle { get; set; }
Property Value
System.
|
LabelFormat
Gets or sets a value that indicates how to format the labels.
Declaration
public string LabelFormat { get; set; }
Property Value
System.
|
LabelPlacement
Gets or sets the position of the axis labels according to the complementary axis' min/max values.
Declaration
public GraphAxisLabelPlacement LabelPlacement { get; set; }
Property Value
MajorGridLineStyle
Gets the style of the grid lines that correspond to the major axis steps.
Declaration
public Style MajorGridLineStyle { get; }
Property Value
MajorTickMarkDisplayType
Gets or sets a value that indicates how to display the tick marks that correspond to the major axis steps.
Declaration
public GraphAxisTickMarkDisplayType MajorTickMarkDisplayType { get; set; }
Property Value
MaxSize
Specifies the graph item's left position.
Declaration
public Unit MaxSize { get; set; }
Property Value
MinorGridLineStyle
Gets the style of the grid lines that correspond to the minor axis steps.
Declaration
public Style MinorGridLineStyle { get; }
Property Value
MinorTickMarkDisplayType
Gets or sets a value that indicates how to display the tick marks that correspond to the minor axis steps.
Declaration
public GraphAxisTickMarkDisplayType MinorTickMarkDisplayType { get; set; }
Property Value
MinSize
MultiLevelCategoryLabels
Gets or sets a value indicating whether to display multidimensional category scale labels on one or more levels.
Declaration
public bool MultiLevelCategoryLabels { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
Scale
Gets or sets the scale for the current axis.
Declaration
public Scale Scale { get; set; }
Property Value
Remarks
The scale can be one of the following types: Category
See Also
Site
Declaration
public virtual ISite Site { get; set; }
Property Value
System.
|
Size
Style
Gets the default style for the current axis, tick marks and labels.
Declaration
public Style Style { get; }
Property Value
Title
Gets or sets the title of the axis.
Declaration
public string Title { get; set; }
Property Value
System. A System. |
TitlePlacement
Gets or sets the placement of the axis title.
Declaration
public GraphAxisTitlePlacement TitlePlacement { get; set; }
Property Value
TitleStyle
Gets the default style for the title of the current axis.
Declaration
public Style TitleStyle { get; }
Property Value
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
Events
Disposed
Occurs when the report item is disposed.
Declaration
public event EventHandler Disposed
Event Type
System.
|