Class SmithchartLegendTitle
Inheritance
System.Object
SmithchartLegendTitle
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartLegendTitle : EJTagHelper
Constructors
SmithchartLegendTitle()
Declaration
public SmithchartLegendTitle()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Description
description for legend title.
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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
alignment for legend title.
Declaration
public SmithchartAlignment TextAlignment { get; set; }
Property Value
TextStyle
options for customizing font
Declaration
public SmithchartSmithchartFont TextStyle { get; set; }
Property Value
Visible
visibility for legend title.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|