Class SmithchartSeriesMarkerDataLabel
Inheritance
System.Object
SmithchartSeriesMarkerDataLabel
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartSeriesMarkerDataLabel : EJTagHelper
Constructors
SmithchartSeriesMarkerDataLabel()
Declaration
public SmithchartSeriesMarkerDataLabel()
Properties
Border
options for customizing data label border
Declaration
public SmithchartSeriesMarkerDataLabelBorder Border { get; set; }
Property Value
ConnectorLine
options for customizing data label connector line
Declaration
public SmithchartSeriesMarkerDataLabelConnectorLine ConnectorLine { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Fill
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Template
showing template for data label template
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStyle
options for customizing font
Declaration
public object TextStyle { get; set; }
Property Value
Type |
Description |
System.Object |
|
Visible
visibility for data label.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|