Class
LegendItem

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

LegendItem()

TODO: Add documentation.

Declaration

cs-api-definition
public LegendItem()

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

ConditionalFormatting

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

ConditionalFormatting

MarkStyle

Specifies the legend item's mark style.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style MarkStyle { get; }

Property Value

Style

Style

Specifies the legend item's style.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style

Value

Specifies the text or expression which is displayed in the legend

Declaration

cs-api-definition
public string Value { get; set; }

Property Value

string