Class TextBlockLegend
Chart title text container properties
Inheritance
System.Object
TextBlockLegend
Inherited Members
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: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class TextBlockLegend : TextBlockHidden, IChartingStateManagedItem, IChartingStateManager, IOrdering
Constructors
TextBlockLegend()
Create new instance of TextBlockLegend class.
Declaration
public TextBlockLegend()
TextBlockLegend(ExtendedLabel, IContainer)
Create new instance of TextBlockLegend class.
Declaration
public TextBlockLegend(ExtendedLabel parent, IContainer container)
Parameters
ExtendedLabel
parent
Parent element |
IContainer
container
Container element |