Class SmithchartSubtitle
Inheritance
System.Object
SmithchartSubtitle
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
Description
description for sub title.
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableTrim
Declaration
public bool EnableTrim { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextAlignment
text alignment for sub title.
Declaration
public SmithchartAlignment TextAlignment { get; set; }
Property Value
TextStyle
options for customizing sub title font
Declaration
public SmithchartSmithchartFont TextStyle { get; set; }
Property Value
Visible
visibility for sub title.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|