Class SmithchartSubtitle
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SmithchartSubtitle
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartSubtitle : EJTagHelper
Constructors
SmithchartSubtitle()
Declaration
public SmithchartSubtitle()
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 sub title.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
EnableTrim
trim the sub title.
Declaration
public bool EnableTrim { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
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 |
Text
text for sub title.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TextAlignment
text alignment for sub title.
Declaration
public SmithchartAlignment TextAlignment { get; set; }
Property Value
Type | Description |
---|---|
SmithchartAlignment | The default value is SmithchartAlignment.Far |
TextStyle
options for customizing sub title font.
Declaration
public SmithchartSmithchartFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
SmithchartSmithchartFont | The default value is null |
Visible
visibility for sub title.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |