menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DMinorTickLinesBuilder

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

    Constructors

    Chart3DMinorTickLinesBuilder()

    Declaration
    public Chart3DMinorTickLinesBuilder()

    Chart3DMinorTickLinesBuilder(Chart3DMinorTickLines)

    Declaration
    public Chart3DMinorTickLinesBuilder(Chart3DMinorTickLines model)
    Parameters
    Type Name Description
    Chart3DMinorTickLines model

    Methods

    Color(String)

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

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

    Height(Double)

    The height of the ticks in pixels.

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

    Width(Double)

    The width of the tick line in pixels.

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