menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartAxisLineBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ChartAxisLineBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartAxisLineBuilder : ControlBuilder

    Constructors

    ChartAxisLineBuilder()

    Declaration
    public ChartAxisLineBuilder()

    ChartAxisLineBuilder(ChartAxisLine)

    Declaration
    public ChartAxisLineBuilder(ChartAxisLine model)
    Parameters
    Type Name Description
    ChartAxisLine model

    Methods

    Color(String)

    Specifies the color of the axis line. Accepts values in hex and rgba formats as valid CSS color strings.

    Declaration
    public ChartAxisLineBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartAxisLineBuilder

    DashArray(String)

    The dash array of the axis line, defining the pattern of dashes and gaps for the axis line.

    Declaration
    public ChartAxisLineBuilder DashArray(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartAxisLineBuilder

    Width(Double)

    The width of the axis line in pixels, determining the thickness of the lines on the axis.

    Declaration
    public ChartAxisLineBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartAxisLineBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved