ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    ControlBuilder
    ChartAxisLineBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    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: 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)

    The color of the axis line that accepts value in hex and rgba as a valid CSS color string.

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

    DashArray(String)

    The dash array of the axis line.

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

    Width(Double)

    The width of the line in pixels.

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