ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewPivotChartAxisLabelBorderBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewPivotChartAxisLabelBorderBuilder

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

    Constructors

    PivotViewPivotChartAxisLabelBorderBuilder()

    Declaration
    public PivotViewPivotChartAxisLabelBorderBuilder()

    PivotViewPivotChartAxisLabelBorderBuilder(PivotViewPivotChartAxisLabelBorder)

    Declaration
    public PivotViewPivotChartAxisLabelBorderBuilder(PivotViewPivotChartAxisLabelBorder model)
    Parameters
    Type Name Description
    PivotViewPivotChartAxisLabelBorder model

    Methods

    Color(String)

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

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

    Type(Object)

    Allows to set the border type for labels Rectangle Without Top Border Without Top and BottomBorder Without Border Brace CurlyBrace

    Declaration
    public PivotViewPivotChartAxisLabelBorderBuilder Type(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    PivotViewPivotChartAxisLabelBorderBuilder

    Width(Double)

    Allows to set the width of the border in pixels.

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