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