Class LegendItem
Specifies the legend for the graph series.
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class LegendItem
Constructors
LegendItem()
Declaration
public LegendItem()
Properties
ConditionalFormatting
Gets the collection of the conditional formatting rules, associated with the item's style.
Declaration
public ConditionalFormatting ConditionalFormatting { get; set; }
Property Value
ConditionalFormatting
|
Format
Gets or sets the format for the legend value.
Declaration
public string Format { get; set; }
Property Value
System.String
|
MarkConditionalFormatting
Gets the collection of the conditional formatting rules, associated with the mark style.
Declaration
public ConditionalFormatting MarkConditionalFormatting { get; set; }
Property Value
ConditionalFormatting
|
MarkStyle
Specifies the legend item's mark style.
Declaration
public Style MarkStyle { get; }
Property Value
Style
|
Style
Value
Specifies the text or expression which is displayed in the legend
Declaration
public string Value { get; set; }
Property Value
System.String
|