ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ChartSeriesExval

    Inheritance
    System.Object
    ChartSeriesExval
    Implements
    IReportDispose
    System.IDisposable
    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.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartSeriesExval : IReportDispose, IDisposable

    Constructors

    ChartSeriesExval()

    Declaration
    public ChartSeriesExval()

    Properties

    CategoryAxisName

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

    ChartSmartLabel

    Declaration
    public ChartSmartLabelExval ChartSmartLabel { get; set; }
    Property Value
    Type Description
    ChartSmartLabelExval

    CustomProperties

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

    DataPointsStyle

    Declaration
    public List<PointStylesExval> DataPointsStyle { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PointStylesExval>

    DataType

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

    EmptyPointsStyle

    Declaration
    public PointStylesExval EmptyPointsStyle { get; set; }
    Property Value
    Type Description
    PointStylesExval

    Label

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

    LanguagesDateFormat

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

    Legend

    Declaration
    public ChartItemInLegendExval Legend { get; set; }
    Property Value
    Type Description
    ChartItemInLegendExval

    LegendName

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

    Name

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

    PointValues

    Declaration
    public List<ChartPointValue> PointValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChartPointValue>

    Style

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

    SubType

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

    TooltipX

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

    Type

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

    ValueAxisName

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

    Visibility

    Declaration
    public bool Visibility { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IReportDispose
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved