Blazor

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

    Show / Hide Table of Contents

    Class EmptyPointSettingsModel

    Interface for a class EmptyPointSettings

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

    Constructors

    EmptyPointSettingsModel()

    Declaration
    public EmptyPointSettingsModel()

    Properties

    Border

    Allows options to customize the border of empty points.

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

    Fill

    Allows you to customize the fill color of empty points.

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

    Mode

    Allows you To customize the mode of empty points.

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