Class
GraphAxis

Represents an axis in a GraphCoordinateSystem.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GraphAxis : ReportObject

Inheritance: objectReportObjectGraphAxis

Inherited Members ReportObject.ToString(string[])

Constructors

GraphAxis()

TODO: Add documentation.

Declaration

cs-api-definition
public GraphAxis()

Properties

LabelAngle

Gets or sets the angle in degrees at which the axis labels are rotated.

Declaration

cs-api-definition
public int LabelAngle { get; set; }

Property Value

int

LabelFormat

Gets or sets a value that indicates how to format the labels.

Declaration

cs-api-definition
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

cs-api-definition
public GraphAxisLabelPlacement LabelPlacement { get; set; }

Property Value

GraphAxisLabelPlacement

MajorGridLineStyle

Gets the style of the grid lines that correspond to the major axis steps.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
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

cs-api-definition
public GraphAxisTickMarkDisplayType MajorTickMarkDisplayType { get; set; }

Property Value

GraphAxisTickMarkDisplayType

MaxSize

Specifies the graph item's left position.

Declaration

cs-api-definition
public Unit MaxSize { get; set; }

Property Value

Unit

MinSize

Specifies the minimum Axis size.

Declaration

cs-api-definition
public Unit MinSize { get; set; }

Property Value

Unit

MinorGridLineStyle

Gets the style of the grid lines that correspond to the minor axis steps.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
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

cs-api-definition
public GraphAxisTickMarkDisplayType MinorTickMarkDisplayType { get; set; }

Property Value

GraphAxisTickMarkDisplayType

MultiLevelCategoryLabels

Gets or sets a value indicating whether to display multidimensional category scale labels on one or more levels.

Declaration

cs-api-definition
public bool MultiLevelCategoryLabels { get; set; }

Property Value

bool

Name

TODO: Add documentation.

Declaration

cs-api-definition
[Browsable(false)]
public string Name { get; set; }

Property Value

string

Scale

Gets or sets the scale for the current axis.

Declaration

cs-api-definition
public Scale Scale { get; set; }

Property Value

Scale

Remarks

The scale can be one of the following types: CategoryScale, NumericalScale, LogarithmicScale, DateTimeScale.

Site

TODO: Add documentation.

Declaration

cs-api-definition
[Browsable(false)]
public virtual ISite Site { get; set; }

Property Value

ISite

Size

Specifies the Axis exact size.

Declaration

cs-api-definition
public Unit Size { get; set; }

Property Value

Unit

Style

Gets the default style for the current axis, tick marks and labels.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style

Title

Gets or sets the title of the axis.

Declaration

cs-api-definition
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

cs-api-definition
public GraphAxisTitlePlacement TitlePlacement { get; set; }

Property Value

GraphAxisTitlePlacement

TitleStyle

Gets the default style for the title of the current axis.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style TitleStyle { get; }

Property Value

Style

Methods

Dispose()

TODO: Add documentation.

Declaration

cs-api-definition
public void Dispose()

Dispose(bool)

TODO: Add documentation.

Declaration

cs-api-definition
protected virtual void Dispose(bool disposing)

Parameters

disposing

bool

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()

Events

Disposed

Occurs when the report item is disposed.

Declaration

cs-api-definition
public event EventHandler Disposed

Event Value

EventHandler