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