menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewPivotChartAxisLabelBorderBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewPivotChartAxisLabelBorderBuilder
    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
    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
    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
    PivotViewPivotChartAxisLabelBorderBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved