ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ChartArea

    Represents a chart area on the chart image.

    Inheritance
    System.Object
    ChartArea
    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 ChartArea

    Constructors

    ChartArea()

    Declaration
    public ChartArea()

    ChartArea(ReportSerializer)

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

    Properties

    AlignOrientation

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

    AlignWithChartArea

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

    ChartAlignType

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

    ChartCategoryAxes

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

    ChartElementPosition

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

    ChartInnerPlotPosition

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

    ChartThreeDProperties

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

    ChartValueAxes

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

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

    Methods

    ResetAlignOrientation()

    Declaration
    public void ResetAlignOrientation()

    ResetEquallySizedAxesFont()

    Declaration
    public void ResetEquallySizedAxesFont()

    ResetHidden()

    Declaration
    public void ResetHidden()

    ShouldSerializeAlignOrientation()

    Declaration
    public bool ShouldSerializeAlignOrientation()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeEquallySizedAxesFont()

    Declaration
    public bool ShouldSerializeEquallySizedAxesFont()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeHidden()

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