ClassChartLabel
Base class for labels with style
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartLabel : ChartBaseLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, ICloneable
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
Parent element
ChartLabel(StyleLabel, object)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(StyleLabel appearance, object parent)
Parameters
appearance
Style of label
parent
Parent element
ChartLabel(StyleLabel, string)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(StyleLabel appearance, string text)
Parameters
appearance
Style of label
text
Text
ChartLabel(object)
Create new instance of ChartLabel class.
Declaration
public ChartLabel(object parent)
Parameters
parent
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
Parent element
container
Container element
appearance
Style of chart
textBlock
TextBlock of label
text
Text of label
ChartLabel(string)
Create new instance of ChartLabel class.
Properties
Appearance
Link to visualization and design properties
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public virtual StyleLabel Appearance { get; }
Property Value