ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ChartMinorTickLinesBuilder

    Inheritance
    System.Object
    ControlBuilder
    ChartMinorTickLinesBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartMinorTickLinesBuilder : ControlBuilder

    Constructors

    ChartMinorTickLinesBuilder()

    Declaration
    public ChartMinorTickLinesBuilder()

    ChartMinorTickLinesBuilder(ChartMinorTickLines)

    Declaration
    public ChartMinorTickLinesBuilder(ChartMinorTickLines model)
    Parameters
    Type Name Description
    ChartMinorTickLines 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 ChartMinorTickLinesBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    ChartMinorTickLinesBuilder

    Height(Double)

    The height of the ticks in pixels.

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

    Width(Double)

    The width of the tick line in pixels.

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