menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class Chart3DEmptyPointSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    Chart3DEmptyPointSettings
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Chart3DEmptyPointSettings : EJTagHelper

    Constructors

    Chart3DEmptyPointSettings()

    Declaration
    public Chart3DEmptyPointSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Fill

    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 EmptyPointMode Mode { get; set; }
    Property Value
    Type Description
    EmptyPointMode

    The default value is EmptyPointMode.Gap

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved