Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartAxisMajorTickLinesModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotChartAxisMajorTickLinesModel

    Interface for a class PivotChartAxisMajorTickLines

    Inheritance
    System.Object
    PivotChartAxisMajorTickLinesModel
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotChartAxisMajorTickLinesModel : Object

    Constructors

    PivotChartAxisMajorTickLinesModel()

    Declaration
    public PivotChartAxisMajorTickLinesModel()

    Properties

    Color

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

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Allows to set the height of the ticks in pixels.

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    Width

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

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved