menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGaugeAxisBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearGaugeAxisBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    LinearGaugeAxisBuilder
    Namespace: Syncfusion.EJ2.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGaugeAxisBuilder : ControlBuilder

    Constructors

    LinearGaugeAxisBuilder()

    Declaration
    public LinearGaugeAxisBuilder()

    LinearGaugeAxisBuilder(List<LinearGaugeAxis>)

    Declaration
    public LinearGaugeAxisBuilder(List<LinearGaugeAxis> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<LinearGaugeAxis> collection

    Methods

    Add()

    Declaration
    public void Add()

    IsInversed(Boolean)

    Enables or disables the inversed axis.

    Declaration
    public LinearGaugeAxisBuilder IsInversed(bool isInversed)
    Parameters
    Type Name Description
    System.Boolean isInversed
    Returns
    Type
    LinearGaugeAxisBuilder

    LabelStyle(LinearGaugeLabel)

    Sets and gets the options for customizing the appearance of the label in axis.

    Declaration
    public LinearGaugeAxisBuilder LabelStyle(LinearGaugeLabel labelStyle)
    Parameters
    Type Name Description
    LinearGaugeLabel labelStyle
    Returns
    Type
    LinearGaugeAxisBuilder

    LabelStyle(Action<LinearGaugeLabelBuilder>)

    Declaration
    public LinearGaugeAxisBuilder LabelStyle(Action<LinearGaugeLabelBuilder> labelStyle)
    Parameters
    Type Name Description
    System.Action<LinearGaugeLabelBuilder> labelStyle
    Returns
    Type
    LinearGaugeAxisBuilder

    Line(LinearGaugeLine)

    Sets and gets the options for customizing the appearance of the axis line.

    Declaration
    public LinearGaugeAxisBuilder Line(LinearGaugeLine line)
    Parameters
    Type Name Description
    LinearGaugeLine line
    Returns
    Type
    LinearGaugeAxisBuilder

    Line(Action<LinearGaugeLineBuilder>)

    Declaration
    public LinearGaugeAxisBuilder Line(Action<LinearGaugeLineBuilder> line)
    Parameters
    Type Name Description
    System.Action<LinearGaugeLineBuilder> line
    Returns
    Type
    LinearGaugeAxisBuilder

    MajorTicks(LinearGaugeTick)

    Sets and gets the options for customizing the major tick lines.

    Declaration
    public LinearGaugeAxisBuilder MajorTicks(LinearGaugeTick majorTicks)
    Parameters
    Type Name Description
    LinearGaugeTick majorTicks
    Returns
    Type
    LinearGaugeAxisBuilder

    MajorTicks(Action<LinearGaugeTickBuilder>)

    Declaration
    public LinearGaugeAxisBuilder MajorTicks(Action<LinearGaugeTickBuilder> majorTicks)
    Parameters
    Type Name Description
    System.Action<LinearGaugeTickBuilder> majorTicks
    Returns
    Type
    LinearGaugeAxisBuilder

    Maximum(Double)

    Sets and gets the maximum value for the axis.

    Declaration
    public LinearGaugeAxisBuilder Maximum(double maximum)
    Parameters
    Type Name Description
    System.Double maximum
    Returns
    Type
    LinearGaugeAxisBuilder

    Minimum(Double)

    Sets and gets the minimum value for the axis.

    Declaration
    public LinearGaugeAxisBuilder Minimum(double minimum)
    Parameters
    Type Name Description
    System.Double minimum
    Returns
    Type
    LinearGaugeAxisBuilder

    MinorTicks(LinearGaugeTick)

    Sets and gets the options for customizing the minor tick lines.

    Declaration
    public LinearGaugeAxisBuilder MinorTicks(LinearGaugeTick minorTicks)
    Parameters
    Type Name Description
    LinearGaugeTick minorTicks
    Returns
    Type
    LinearGaugeAxisBuilder

    MinorTicks(Action<LinearGaugeTickBuilder>)

    Declaration
    public LinearGaugeAxisBuilder MinorTicks(Action<LinearGaugeTickBuilder> minorTicks)
    Parameters
    Type Name Description
    System.Action<LinearGaugeTickBuilder> minorTicks
    Returns
    Type
    LinearGaugeAxisBuilder

    OpposedPosition(Boolean)

    Enables or disables the opposed position of the axis in the linear gauge.

    Declaration
    public LinearGaugeAxisBuilder OpposedPosition(bool opposedPosition)
    Parameters
    Type Name Description
    System.Boolean opposedPosition
    Returns
    Type
    LinearGaugeAxisBuilder

    Pointers(Action<LinearGaugePointerBuilder>)

    Declaration
    public LinearGaugeAxisBuilder Pointers(Action<LinearGaugePointerBuilder> pointers)
    Parameters
    Type Name Description
    System.Action<LinearGaugePointerBuilder> pointers
    Returns
    Type
    LinearGaugeAxisBuilder

    Pointers(List<LinearGaugePointer>)

    Sets and gets the options for customizing the pointers of an axis.

    Declaration
    public LinearGaugeAxisBuilder Pointers(List<LinearGaugePointer> pointers)
    Parameters
    Type Name Description
    System.Collections.Generic.List<LinearGaugePointer> pointers
    Returns
    Type
    LinearGaugeAxisBuilder

    Ranges(Action<LinearGaugeRangeBuilder>)

    Declaration
    public LinearGaugeAxisBuilder Ranges(Action<LinearGaugeRangeBuilder> ranges)
    Parameters
    Type Name Description
    System.Action<LinearGaugeRangeBuilder> ranges
    Returns
    Type
    LinearGaugeAxisBuilder

    Ranges(List<LinearGaugeRange>)

    Sets and gets the options for customizing the ranges of an axis.

    Declaration
    public LinearGaugeAxisBuilder Ranges(List<LinearGaugeRange> ranges)
    Parameters
    Type Name Description
    System.Collections.Generic.List<LinearGaugeRange> ranges
    Returns
    Type
    LinearGaugeAxisBuilder

    ShowLastLabel(Boolean)

    Shows or hides the last label in the axis of the linear gauge.

    Declaration
    public LinearGaugeAxisBuilder ShowLastLabel(bool showLastLabel)
    Parameters
    Type Name Description
    System.Boolean showLastLabel
    Returns
    Type
    LinearGaugeAxisBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved