GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ChartAxes Class

    Namespace:
    GemBox.Spreadsheet.Charts
    Assembly:
    GemBox.Spreadsheet.dll

    Represents chart axes.

    • C#
    • VB.NET
    public sealed class ChartAxes
    Public NotInheritable Class ChartAxes
    Inheritance:
    System.Object
    ChartAxes

    Properties

    Horizontal

    Gets the horizontal chart axis.

    • C#
    • VB.NET
    public ChartAxis Horizontal { get; }
    Public ReadOnly Property Horizontal As ChartAxis
    Property Value
    ChartAxis

    The horizontal chart axis.

    HorizontalCategory

    Gets the horizontal chart axis as category axis, if horizontal chart axis is category axis; otherwise null.

    • C#
    • VB.NET
    public CategoryAxis HorizontalCategory { get; }
    Public ReadOnly Property HorizontalCategory As CategoryAxis
    Property Value
    CategoryAxis

    The horizontal chart axis as category axis, if horizontal chart axis is category axis; otherwise null.

    HorizontalDate

    Gets the horizontal chart axis as date axis, if horizontal chart axis is date axis; otherwise null.

    • C#
    • VB.NET
    public DateAxis HorizontalDate { get; }
    Public ReadOnly Property HorizontalDate As DateAxis
    Property Value
    DateAxis

    The horizontal chart axis as date axis, if horizontal chart axis is date axis; otherwise null.

    HorizontalValue

    Gets the horizontal chart axis as value axis, if horizontal chart axis is value axis; otherwise null.

    • C#
    • VB.NET
    public ValueAxis HorizontalValue { get; }
    Public ReadOnly Property HorizontalValue As ValueAxis
    Property Value
    ValueAxis

    The horizontal chart axis as value axis, if horizontal chart axis is value axis; otherwise null.

    IsVisible

    Gets or sets a value indicating whether any axis is visible.

    • C#
    • VB.NET
    public bool IsVisible { get; set; }
    Public Property IsVisible As Boolean
    Property Value
    System.Boolean

    true if any axis is visible; otherwise, false.

    Vertical

    Gets the vertical chart axis.

    • C#
    • VB.NET
    public ChartAxis Vertical { get; }
    Public ReadOnly Property Vertical As ChartAxis
    Property Value
    ChartAxis

    The vertical chart axis.

    VerticalCategory

    Gets the vertical chart axis as category axis, if vertical chart axis is category axis; otherwise null.

    • C#
    • VB.NET
    public CategoryAxis VerticalCategory { get; }
    Public ReadOnly Property VerticalCategory As CategoryAxis
    Property Value
    CategoryAxis

    The vertical chart axis as category axis, if vertical chart axis is category axis; otherwise null.

    VerticalDate

    Gets the vertical chart axis as date axis, if vertical chart axis is date axis; otherwise null.

    • C#
    • VB.NET
    public DateAxis VerticalDate { get; }
    Public ReadOnly Property VerticalDate As DateAxis
    Property Value
    DateAxis

    The vertical chart axis as date axis, if vertical chart axis is date axis; otherwise null.

    VerticalValue

    Gets the vertical chart axis as value axis, if vertical chart axis is value axis; otherwise null.

    • C#
    • VB.NET
    public ValueAxis VerticalValue { get; }
    Public ReadOnly Property VerticalValue As ValueAxis
    Property Value
    ValueAxis

    The vertical chart axis as value axis, if vertical chart axis is value axis; otherwise null.

    Methods

    Delete()

    Deletes axes.

    • C#
    • VB.NET
    public void Delete()
    Public Sub Delete

    ToString()

    Returns a System.String that represents this ChartAxes instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this ChartAxes instance.

    Overrides
    System.Object.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.