skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Class GraphAxis

Represents an axis in a GraphCoordinateSystem.

Inheritance
System.Object
ReportObject
GraphAxis
Inherited Members
ReportObject.ToString(String[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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

Specifies the minimum Axis size.

Declaration
public Unit MinSize { get; set; }
Property Value
Unit

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
CategoryScale
NumericalScale
LogarithmicScale
DateTimeScale

Site

Declaration
public virtual ISite Site { get; set; }
Property Value
System.ComponentModel.ISite

Size

Specifies the Axis exact size.

Declaration
public Unit Size { get; set; }
Property Value
Unit

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()
Implements
System.IDisposable.Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean disposing

ToString()

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()

Events

Disposed

Occurs when the report item is disposed.

Declaration
public event EventHandler Disposed
Event Type
System.EventHandler

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.