menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DMajorTickLinesBuilder

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

    Constructors

    Chart3DMajorTickLinesBuilder()

    Declaration
    public Chart3DMajorTickLinesBuilder()

    Chart3DMajorTickLinesBuilder(Chart3DMajorTickLines)

    Declaration
    public Chart3DMajorTickLinesBuilder(Chart3DMajorTickLines model)
    Parameters
    Type Name Description
    Chart3DMajorTickLines model

    Methods

    Color(String)

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

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

    Height(Double)

    The height of the ticks in pixels.

    Declaration
    public Chart3DMajorTickLinesBuilder Height(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    Chart3DMajorTickLinesBuilder

    Width(Double)

    The width of the tick lines in pixels.

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