Class ChartLastValueLabelSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartLastValueLabelSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartLastValueLabelSettingsBuilder : ControlBuilder
Constructors
ChartLastValueLabelSettingsBuilder()
Declaration
public ChartLastValueLabelSettingsBuilder()
ChartLastValueLabelSettingsBuilder(ChartLastValueLabelSettings)
Declaration
public ChartLastValueLabelSettingsBuilder(ChartLastValueLabelSettings model)
Parameters
Methods
Background(String)
The background color for the label.
Declaration
public ChartLastValueLabelSettingsBuilder Background(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Border(ChartLastValueLabelBorder)
The border properties for the label.
Declaration
public ChartLastValueLabelSettingsBuilder Border(ChartLastValueLabelBorder value)
Parameters
Returns
Border(Action<ChartBorderBuilder>)
Declaration
public ChartLastValueLabelSettingsBuilder Border(Action<ChartBorderBuilder> border)
Parameters
Returns
DashArray(String)
The dash array of the grid lines behind the labels.
Declaration
public ChartLastValueLabelSettingsBuilder DashArray(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Enable(Boolean)
Enables or disables the display of the last value labels.
Declaration
public ChartLastValueLabelSettingsBuilder Enable(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Font(ChartLastValueLabelStyle)
The font proerties of the last value labels.
Declaration
public ChartLastValueLabelSettingsBuilder Font(ChartLastValueLabelStyle value)
Parameters
Returns
Font(Action<ChartFontBuilder>)
Declaration
public ChartLastValueLabelSettingsBuilder Font(Action<ChartFontBuilder> font)
Parameters
Returns
LineColor(String)
The line color for grid lines behind the labels.
Declaration
public ChartLastValueLabelSettingsBuilder LineColor(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
LineWidth(Double)
The width of the grid lines behind the labels.
Declaration
public ChartLastValueLabelSettingsBuilder LineWidth(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Rx(Double)
Specifies the X-axis rounded corner radius for the last value label.
Note that border
values must not be null for this feature to work.
Declaration
public ChartLastValueLabelSettingsBuilder Rx(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Ry(Double)
Specifies the Y-axis rounded corner radius for the last value label.
Note that border
values must not be null for this feature to work.
Declaration
public ChartLastValueLabelSettingsBuilder Ry(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns