ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SmithchartTitle - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SmithchartTitle

    Inheritance
    System.Object
    EJTagHelper
    SmithchartTitle
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SmithchartTitle : EJTagHelper

    Constructors

    SmithchartTitle()

    Declaration
    public SmithchartTitle()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Description

    description for title.

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

    EnableTrim

    trim the title.

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

    Font

    options for customizing title font

    Declaration
    public SmithchartSmithchartFont Font { get; set; }
    Property Value
    Type Description
    SmithchartSmithchartFont

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    MaximumWidth

    maximum width of the sub title

    Declaration
    public double MaximumWidth { get; set; }
    Property Value
    Type Description
    System.Double

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Subtitle

    options for customizing sub title

    Declaration
    public SmithchartSubtitle Subtitle { get; set; }
    Property Value
    Type Description
    SmithchartSubtitle

    Text

    text for title.

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

    TextAlignment

    text alignment for title.

    Declaration
    public SmithchartAlignment TextAlignment { get; set; }
    Property Value
    Type Description
    SmithchartAlignment

    TextStyle

    options for customizing title text

    Declaration
    public object TextStyle { get; set; }
    Property Value
    Type Description
    System.Object

    Visible

    visibility for title.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved