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