menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class StockChartMajorTickLinesBuilder

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

    Constructors

    StockChartMajorTickLinesBuilder()

    Declaration
    public StockChartMajorTickLinesBuilder()

    StockChartMajorTickLinesBuilder(StockChartMajorTickLines)

    Declaration
    public StockChartMajorTickLinesBuilder(StockChartMajorTickLines model)
    Parameters
    Type Name Description
    StockChartMajorTickLines model

    Methods

    Color(String)

    Specifies the color of the major tick line, accepting hex and rgba values as valid CSS color strings.

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

    Height(Double)

    The height of the ticks in pixels, which defines their length on the axis.

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

    Width(Double)

    The width of the major tick lines in pixels, determining the thickness of the lines on the axis.

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