Class GraphLegend
Specifies the legend for the graph.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GraphLegend : GraphItem, IGraphLegend, IGraphLegendTitle, IGraphItem
Constructors
GraphLegend()
Declaration
public GraphLegend()
Properties
Position
Specifies the position of the GraphLegend.
Declaration
public GraphItemPosition Position { get; set; }
Property Value
GraphItemPosition
|
Title
Specifies the text for the legend's title.
Declaration
public string Title { get; set; }
Property Value
System.String
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also. |