Class SmithchartTitle
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.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
[HtmlAttributeName("description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
EnableTrim
trim the title.
Declaration
[HtmlAttributeName("enableTrim")]
public bool EnableTrim { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Font
options for customizing title font.
Declaration
[HtmlAttributeName("font")]
public SmithchartSmithchartFont Font { get; set; }
Property Value
Type | Description |
---|---|
SmithchartSmithchartFont | The default value is null |
MaximumWidth
maximum width of the sub title.
Declaration
[HtmlAttributeName("maximumWidth")]
public double MaximumWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
Subtitle
options for customizing sub title.
Declaration
[HtmlAttributeName("subtitle")]
public SmithchartSubtitle Subtitle { get; set; }
Property Value
Type | Description |
---|---|
SmithchartSubtitle | The default value is null |
Text
text for title.
Declaration
[HtmlAttributeName("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TextAlignment
text alignment for title.
Declaration
[HtmlAttributeName("textAlignment")]
public SmithchartAlignment TextAlignment { get; set; }
Property Value
Type | Description |
---|---|
SmithchartAlignment | The default value is SmithchartAlignment.Center |
TextStyle
options for customizing title text.
Declaration
[HtmlAttributeName("textStyle")]
public object TextStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Visible
visibility for title.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |