Class ChartItemInLegend
Represents the behavior for a series or set of data points that are displayed in a legend.
Inheritance
System.Object
ChartItemInLegend
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 ChartItemInLegend
Constructors
ChartItemInLegend()
Declaration
public ChartItemInLegend()
ChartItemInLegend(ReportSerializer)
Declaration
public ChartItemInLegend(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
Type | Description |
---|---|
ActionInfo |
Hidden
Declaration
public string Hidden { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LegendText
Declaration
public string LegendText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |