ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartEmptyPoints - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartEmptyPoints

    Represents the behavior for empty points in a series.

    Inheritance
    System.Object
    ChartEmptyPoints
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartEmptyPoints

    Constructors

    ChartEmptyPoints()

    Declaration
    public ChartEmptyPoints()

    ChartEmptyPoints(ReportSerializer)

    Declaration
    public ChartEmptyPoints(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    ActionInfo

    Declaration
    public ActionInfo ActionInfo { get; set; }
    Property Value
    Type Description
    ActionInfo

    AxisLabel

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

    ChartDataLabel

    Declaration
    public ChartDataLabel ChartDataLabel { get; set; }
    Property Value
    Type Description
    ChartDataLabel

    ChartMarker

    Declaration
    public ChartMarker ChartMarker { get; set; }
    Property Value
    Type Description
    ChartMarker

    CustomProperties

    Declaration
    public CustomProperties CustomProperties { get; set; }
    Property Value
    Type Description
    CustomProperties

    Style

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    Style

    ToolTip

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

    Methods

    ResetCustomProperties()

    Declaration
    public void ResetCustomProperties()

    ShouldSerializeCustomProperties()

    Declaration
    public bool ShouldSerializeCustomProperties()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved