ChartLabel
Base class for labels with style
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartLabel : ChartBaseLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartBaseLabelChartLabel...
Derived Classes:
Implements:
Inherited Members
Constructors
Create new instance of ChartLabel class
public ChartLabel()
Create new instance of ChartLabel class.
public ChartLabel(Chart parent, IContainer container)
Parent element
containerIContainerContainer element
Create new instance of ChartLabel class.
public ChartLabel(object parent, IContainer container, StyleLabel appearance, TextBlock textBlock, string text)
Parent element
containerIContainerContainer element
appearanceStyleLabelStyle of chart
textBlockTextBlockTextBlock of label
textstringText of label
Create new instance of ChartLabel class.
public ChartLabel(object parent)
Parent Element
Create new instance of ChartLabel class.
public ChartLabel(string text)
Text of label
Create new instance of ChartLabel class.
public ChartLabel(StyleLabel appearance, object parent)
Style of label
parentobjectParent element
Create new instance of ChartLabel class.
public ChartLabel(StyleLabel appearance, string text)
Style of label
textstringText
Create new instance of ChartLabel class.
public ChartLabel(StyleLabel appearance, TextBlock textBlock, object parent)
Style of label
textBlockTextBlockTextBlock of label
parentobjectParent element
Create new instance of ChartLabel class.
public ChartLabel(StyleLabel appearance, TextBlock textBlock)
Style of label
textBlockTextBlockTextBlock of label
Create new instance of ChartLabel class.
Properties
Link to visualization and design properties
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleLabel Appearance { get; }