menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class StockChartMajorTickLinesBuilder

    Inheritance
    System.Object
    ControlBuilder
    StockChartMajorTickLinesBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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)

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

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

    Height(Double)

    The height of the ticks in pixels.

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

    Width(Double)

    The width of the tick lines in pixels.

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