ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ChartAreasExval

    Inheritance
    System.Object
    ChartAreasExval
    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 ChartAreasExval : IReportDispose, IDisposable

    Constructors

    ChartAreasExval()

    Declaration
    public ChartAreasExval()

    Properties

    AlignOrientation

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

    AlignWithChartArea

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

    BackgroundImg

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

    Chart3D

    Declaration
    public Chart3DPropertiesExpVal Chart3D { get; set; }
    Property Value
    Type Description
    Chart3DPropertiesExpVal

    ChartAreaXAxis

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

    ChartAreaYAxis

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

    ChartElementPosition

    Declaration
    public ChartElementPositionExval ChartElementPosition { get; set; }
    Property Value
    Type Description
    ChartElementPositionExval

    ChartInnerPlotPosition

    Declaration
    public ChartElementPositionExval ChartInnerPlotPosition { get; set; }
    Property Value
    Type Description
    ChartElementPositionExval

    ChartSeries

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

    EquallySizedAxesFont

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

    Hidden

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

    Name

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

    Style

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

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