menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPivotChartAxisMinorTickLinesBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewPivotChartAxisMinorTickLinesBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPivotChartAxisMinorTickLinesBuilder : ControlBuilder

    Constructors

    PivotViewPivotChartAxisMinorTickLinesBuilder()

    Declaration
    public PivotViewPivotChartAxisMinorTickLinesBuilder()

    PivotViewPivotChartAxisMinorTickLinesBuilder(PivotViewPivotChartAxisMinorTickLines)

    Declaration
    public PivotViewPivotChartAxisMinorTickLinesBuilder(PivotViewPivotChartAxisMinorTickLines model)
    Parameters
    Type Name Description
    PivotViewPivotChartAxisMinorTickLines model

    Methods

    Color(String)

    Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.

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

    Height(Double)

    Allows to set the height of the ticks in pixels.

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

    Width(Double)

    Allows to set the width of the tick line in pixels.

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