Class SmithchartTitle
Inheritance
System.Object
SmithchartTitle
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartTitle : EJTagHelper
Constructors
SmithchartTitle()
Declaration
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Description
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 |
|
Font
options for customizing title font
Declaration
public SmithchartSmithchartFont Font { get; set; }
Property Value
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
Subtitle
options for customizing sub title
Declaration
public SmithchartSubtitle Subtitle { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
TextAlignment
text alignment for title.
Declaration
public SmithchartAlignment TextAlignment { get; set; }
Property Value
TextStyle
options for customizing title text
Declaration
public object TextStyle { get; set; }
Property Value
Type |
Description |
System.Object |
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|