Class GraphAxis
Represents an axis in a GraphCoordinateSystem.
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.Int32
|
LabelFormat
Gets or sets a value that indicates how to format the labels.
Declaration
public string LabelFormat { get; set; }
Property Value
System.String
|
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
GraphAxisLabelPlacement
|
MajorGridLineStyle
Gets the style of the grid lines that correspond to the major axis steps.
Declaration
public Style MajorGridLineStyle { get; }
Property Value
Style
|
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
GraphAxisTickMarkDisplayType
|
MaxSize
Specifies the graph item's left position.
Declaration
public Unit MaxSize { get; set; }
Property Value
Unit
|
MinorGridLineStyle
Gets the style of the grid lines that correspond to the minor axis steps.
Declaration
public Style MinorGridLineStyle { get; }
Property Value
Style
|
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
GraphAxisTickMarkDisplayType
|
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.Boolean
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Scale
Gets or sets the scale for the current axis.
Declaration
public Scale Scale { get; set; }
Property Value
Scale
|
Remarks
The scale can be one of the following types: CategoryScale, NumericalScale, LogarithmicScale, DateTimeScale.
See Also
Site
Declaration
public virtual ISite Site { get; set; }
Property Value
System.ComponentModel.ISite
|
Size
Style
Gets the default style for the current axis, tick marks and labels.
Declaration
public Style Style { get; }
Property Value
Style
|
Title
Gets or sets the title of the axis.
Declaration
public string Title { get; set; }
Property Value
System.String
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also. |
TitlePlacement
Gets or sets the placement of the axis title.
Declaration
public GraphAxisTitlePlacement TitlePlacement { get; set; }
Property Value
GraphAxisTitlePlacement
|
TitleStyle
Gets the default style for the title of the current axis.
Declaration
public Style TitleStyle { get; }
Property Value
Style
|
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
Events
Disposed
Occurs when the report item is disposed.
Declaration
public event EventHandler Disposed
Event Type
System.EventHandler
|