menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class BulletChartMajorTickLinesBuilder

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

    Constructors

    BulletChartMajorTickLinesBuilder()

    Declaration
    public BulletChartMajorTickLinesBuilder()

    BulletChartMajorTickLinesBuilder(BulletChartMajorTickLines)

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

    Height(Double)

    The height of the ticks in pixels.

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

    Width(Double)

    The width of the tick lines in pixels.

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