Class ChartDataLabel
Represents the data labels to display on data values.
Inheritance
System.Object
ChartDataLabel
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.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartDataLabel
Constructors
ChartDataLabel()
Declaration
public ChartDataLabel()
ChartDataLabel(ReportSerializer)
Declaration
public ChartDataLabel(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
Type | Description |
---|---|
ActionInfo |
Label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Position
Declaration
public string Position { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rotation
Declaration
public string Rotation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Style
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
Style |
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseValueAsLabel
Declaration
public string UseValueAsLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Declaration
public string Visible { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ResetRotation()
Declaration
public void ResetRotation()
ShouldSerializeRotation()
Declaration
public bool ShouldSerializeRotation()
Returns
Type | Description |
---|---|
System.Boolean |