alexa

    Show / Hide Table of Contents

    Class PivotViewPivotChartSeriesEmptyPointSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PivotViewPivotChartSeriesEmptyPointSettings
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPivotChartSeriesEmptyPointSettings : EJTagHelper

    Constructors

    PivotViewPivotChartSeriesEmptyPointSettings()

    Declaration
    public PivotViewPivotChartSeriesEmptyPointSettings()

    Properties

    Border

    Allows options to customize the border of empty points.

    Declaration
    public object Border { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Fill

    Allows to customize the fill color of empty points.

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

    The default value is null

    Mode

    To customize the mode of empty points.

    Declaration
    public object Mode { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Back to top Generated by DocFX