menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletChartMinorTickLinesBuilder - API Reference

    Show / Hide Table of Contents

    Class BulletChartMinorTickLinesBuilder

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

    Constructors

    BulletChartMinorTickLinesBuilder()

    Declaration
    public BulletChartMinorTickLinesBuilder()

    BulletChartMinorTickLinesBuilder(BulletChartMinorTickLines)

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

    Height(Double)

    The height of the ticks in pixels.

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

    Width(Double)

    The width of the tick line in pixels.

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