ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ChartTitle

    Represents a title for the chart.

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

    Constructors

    ChartTitle()

    Declaration
    public ChartTitle()

    ChartTitle(ReportSerializer)

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

    Properties

    ActionInfo

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

    Caption

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

    ChartElementPosition

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

    DockOffset

    Declaration
    public int DockOffset { get; set; }
    Property Value
    Type Description
    System.Int32

    DockOutChartArea

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

    DockToChartArea

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

    Hidden

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

    Name

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

    Position

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

    Style

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

    TextOrientation

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

    ToolTip

    Declaration
    public string ToolTip { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved