Class SmithchartSubtitle
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SmithchartSubtitle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Smithchart.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 |