Class AccumulationDataLabelSettings
Inheritance
System.Object
AccumulationDataLabelSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class AccumulationDataLabelSettings : EJTagHelper
Constructors
AccumulationDataLabelSettings()
Declaration
public AccumulationDataLabelSettings()
Properties
Angle
Specifies angle for data label.
Declaration
public double Angle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Border
Option for customizing the border lines.
Declaration
public object Border { get; set; }
Property Value
Type |
Description |
System.Object |
|
ConnectorStyle
Options for customize the connector line in series.
This property is applicable for Pie, Funnel and Pyramid series.
The default connector length for Pie series is '4%'. For other series, it is null.
Declaration
public AccumulationChartConnector ConnectorStyle { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
EnableRotation
Enables rotation for data label.
Declaration
public bool EnableRotation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Fill
The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Font
Option for customizing the data label text.
Declaration
public AccumulationChartFont Font { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Name
The DataSource field which contains the data label value.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Position
Specifies the position of data label. They are.
Outside - Places label outside the point.
Inside - Places label inside the point.
Declaration
public AccumulationLabelPosition Position { get; set; }
Property Value
Rx
The roundedCornerX for the data label. It requires border
values not to be null.
Declaration
public double Rx { get; set; }
Property Value
Type |
Description |
System.Double |
|
Ry
The roundedCornerY for the data label. It requires border
values not to be null.
Declaration
public double Ry { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowZero
If set true, data label for zero values in series gets render.
Declaration
public bool ShowZero { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Template
Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder
text to display the corresponding data point.
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
Visible
If set true, data label for series gets render.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|