menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPivotChartAxisAxisLineBuilder

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

    Constructors

    PivotViewPivotChartAxisAxisLineBuilder()

    Declaration
    public PivotViewPivotChartAxisAxisLineBuilder()

    PivotViewPivotChartAxisAxisLineBuilder(PivotViewPivotChartAxisAxisLine)

    Declaration
    public PivotViewPivotChartAxisAxisLineBuilder(PivotViewPivotChartAxisAxisLine model)
    Parameters
    Type Name Description
    PivotViewPivotChartAxisAxisLine model

    Methods

    Color(String)

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

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

    DashArray(String)

    Allows to set the dash array of the axis line.

    Declaration
    public PivotViewPivotChartAxisAxisLineBuilder DashArray(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    PivotViewPivotChartAxisAxisLineBuilder

    Width(Double)

    Allows to set the width of the line in pixels.

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