ClassChartLabel
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
ChartLabel()
Create new instance of ChartLabel class
Declaration
public ChartLabel()
ChartLabel(Chart, IContainer)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(Chart parent, IContainer container)
Parameters
parent
Parent element
container
Container element
ChartLabel(StyleLabel)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(StyleLabel appearance)
Parameters
appearance
Style of label
ChartLabel(StyleLabel, TextBlock)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(StyleLabel appearance, TextBlock textBlock)
Parameters
appearance
Style of label
textBlock
TextBlock of label
ChartLabel(StyleLabel, TextBlock, object)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(StyleLabel appearance, TextBlock textBlock, object parent)
Parameters
appearance
Style of label
textBlock
TextBlock of label
parent
object
Parent element
ChartLabel(StyleLabel, object)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(StyleLabel appearance, object parent)
Parameters
appearance
Style of label
parent
object
Parent element
ChartLabel(StyleLabel, string)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(StyleLabel appearance, string text)
Parameters
appearance
Style of label
text
string
Text
ChartLabel(object)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(object parent)
Parameters
parent
object
Parent Element
ChartLabel(object, IContainer, StyleLabel, TextBlock, string)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(object parent, IContainer container, StyleLabel appearance, TextBlock textBlock, string text)
Parameters
parent
object
Parent element
container
Container element
appearance
Style of chart
textBlock
TextBlock of label
text
string
Text of label
ChartLabel(string)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(string text)
Parameters
text
string
Text of label
Properties
Appearance
Link to visualization and design properties
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleLabel Appearance { get; }
Property Value