Class SmithchartLegendTitleBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SmithchartLegendTitleBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartLegendTitleBuilder : ControlBuilder
Constructors
SmithchartLegendTitleBuilder()
Declaration
public SmithchartLegendTitleBuilder()
SmithchartLegendTitleBuilder(SmithchartLegendTitle)
Declaration
public SmithchartLegendTitleBuilder(SmithchartLegendTitle model)
Parameters
Type | Name | Description |
---|---|---|
SmithchartLegendTitle | model |
Methods
Description(String)
description for legend title.
Declaration
public SmithchartLegendTitleBuilder Description(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Text(String)
text for legend title.
Declaration
public SmithchartLegendTitleBuilder Text(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
TextAlignment(SmithchartAlignment)
alignment for legend title.
Declaration
public SmithchartLegendTitleBuilder TextAlignment(SmithchartAlignment value)
Parameters
Type | Name | Description |
---|---|---|
SmithchartAlignment | value |
Returns
TextStyle(SmithchartSmithchartFont)
options for customizing font.
Declaration
public SmithchartLegendTitleBuilder TextStyle(SmithchartSmithchartFont value)
Parameters
Type | Name | Description |
---|---|---|
SmithchartSmithchartFont | value |
Returns
TextStyle(Action<SmithchartSmithchartFontBuilder>)
Declaration
public SmithchartLegendTitleBuilder TextStyle(Action<SmithchartSmithchartFontBuilder> textStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Action<SmithchartSmithchartFontBuilder> | textStyle |
Returns
Visible(Boolean)
visibility for legend title.
Declaration
public SmithchartLegendTitleBuilder Visible(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |