ClassGraphAxis
Represents an axis in a GraphCoordinateSystem.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GraphAxis : ReportObject
Inheritance: objectReportObjectGraphAxis
Inherited Members
Constructors
Properties
LabelAngle
Gets or sets the angle in degrees at which the axis labels are rotated.
Declaration
public int LabelAngle { get; set; }
Property Value
int
LabelFormat
Gets or sets a value that indicates how to format the labels.
Declaration
public string LabelFormat { get; set; }
Property Value
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
MajorGridLineStyle
Gets the style of the grid lines that correspond to the major axis steps.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
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.
MinSize
Specifies the minimum Axis size.
MinorGridLineStyle
Gets the style of the grid lines that correspond to the minor axis steps.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
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
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
bool
Name
TODO: Add documentation.
Declaration
[Browsable(false)]
public string Name { get; set; }
Property Value
string
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: CategoryScale, NumericalScale, LogarithmicScale, DateTimeScale.
Site
TODO: Add documentation.
Declaration
[Browsable(false)]
public virtual ISite Site { get; set; }
Property Value
ISite
Size
Specifies the Axis exact size.
Style
Gets the default style for the current axis, tick marks and labels.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }
Property Value
Title
Gets or sets the title of the axis.
Declaration
public string Title { get; set; }
Property Value
string
A 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
TitleStyle
Gets the default style for the title of the current axis.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style TitleStyle { get; }
Property Value
Methods
Dispose(bool)
TODO: Add documentation.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
ToString()
TODO: Add documentation.
Declaration
public override string ToString()
Returns
string
Overrides
Events
Disposed
Occurs when the report item is disposed.
Declaration
public event EventHandler Disposed
Event Value
EventHandler