Class SpreadsheetDataLabelSettings
Inheritance
System.Object
SpreadsheetDataLabelSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpreadsheetDataLabelSettings : EJTagHelper
Constructors
SpreadsheetDataLabelSettings()
Declaration
public SpreadsheetDataLabelSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Position
Specifies the position of the data label. They are, Outer: Positions the label outside the point. top: Positions the label on top of the point. Bottom: Positions the label at the bottom of the point. Middle: Positions the label to the middle of the point. Auto: Positions the label based on series.
Declaration
[HtmlAttributeName("position")]
public LabelPosition Position { get; set; }
Property Value
Type | Description |
---|---|
LabelPosition | The default value is LabelPosition.Auto |
Visible
If set true, data label for series renders.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |