Class SparklineSparklineDataLabelSettings
Inheritance
System.Object
SparklineSparklineDataLabelSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class SparklineSparklineDataLabelSettings : EJTagHelper
Constructors
SparklineSparklineDataLabelSettings()
Declaration
public SparklineSparklineDataLabelSettings()
Properties
Border
To configure Sparkline dataLabel border color and width.
Declaration
public SparklineSparklineBorder Border { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
EdgeLabelMode
To change the edge dataLabel placement.
Declaration
public EdgeLabelMode EdgeLabelMode { get; set; }
Property Value
Fill
To configure the dataLabel fill color.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
To configure the dataLabel format the value.
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Offset
To configure Sparkline dataLabel offset.
Declaration
public SparklineLabelOffset Offset { get; set; }
Property Value
Opacity
To configure the dataLabel 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
TextStyle
To configure Sparkline dataLabel text styles.
Declaration
public SparklineSparklineFont TextStyle { get; set; }
Property Value
Visible
To toggle the dataLabel visibility.
Declaration
public object Visible { get; set; }
Property Value
Type |
Description |
System.Object |
|