Class StyleLabel
Base label appearance style
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleLabel : LayoutStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable, IPosition
Constructors
StyleLabel()
Creates new instance of StyleLabel class.
Declaration
public StyleLabel()
StyleLabel(Object)
Creates new instance of StyleLabel class.
Declaration
public StyleLabel(object containerObject)
Parameters
System.Object
containerObject
Style container element |
StyleLabel(FillStyle)
Creates new instance of StyleLabel class.
Declaration
public StyleLabel(FillStyle fillStyle)
Parameters
FillStyle
fillStyle
FillStyle of label |
StyleLabel(FillStyle, Corners, Position, Dimensions)
Creates new instance of StyleLabel class.
Declaration
public StyleLabel(FillStyle fillStyle, Corners corners, Position position, Dimensions dimensions)
Parameters
FillStyle
fillStyle
FillStyle of label |
Corners
corners
Corners of label |
Position
position
Label's position |
Dimensions
dimensions
Label's dimensions |
StyleLabel(FillStyle, Position)
Creates new instance of StyleLabel class.
Declaration
public StyleLabel(FillStyle fillStyle, Position position)
Parameters
FillStyle
fillStyle
FillStyle of label |
Position
position
Label's position |
StyleLabel(FillStyle, Position, Dimensions)
Creates new instance of StyleLabel class.
Declaration
public StyleLabel(FillStyle fillStyle, Position position, Dimensions dimensions)
Parameters
FillStyle
fillStyle
FillStyle of label |
Position
position
Label's position |
Dimensions
dimensions
Label's dimensions |
StyleLabel(LabelItemsCompositionTypes, Dimensions, String, FillStyle, Position, Single, Corners, StyleBorder, ShadowStyle, Boolean)
Creates new instance of StyleLabel class.
Declaration
public StyleLabel(LabelItemsCompositionTypes compositionType, Dimensions dimensions, string figure, FillStyle fillStyle, Position position, float rotationAngle, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters
LabelItemsCompositionTypes
compositionType
CompositionType to specify textblock and marker positions |
Dimensions
dimensions
Label's dimensions |
System.String
figure
Label's figure |
FillStyle
fillStyle
FillStyle of label |
Position
position
Label's position |
System.Single
rotationAngle
Rotation angle |
Corners
corners
Corners of label |
StyleBorder
border
Label's border |
ShadowStyle
shadowStyle
Shadow style of label |
System.Boolean
visible
Label's visibility |
StyleLabel(Position)
Creates new instance of StyleLabel class.
Declaration
public StyleLabel(Position position)
Parameters
Position
position
Label's position |
Fields
styleLabelCorners
Specifies the corners for background rectangle
Declaration
protected Corners styleLabelCorners
Field Value
Corners
|
Properties
CompositionType
Specifies the label's items composition type
Declaration
[SkinnableProperty]
public virtual LabelItemsCompositionTypes CompositionType { get; set; }
Property Value
LabelItemsCompositionTypes
|
Corners
Specifies the corners for background rectangle
Declaration
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
Corners
|
Figure
Specifies the figure property
Declaration
[SkinnableProperty]
public virtual string Figure { get; set; }
Property Value
System.String
|
FillStyle
Specifies the background property
Declaration
[SkinnableProperty]
public virtual FillStyle FillStyle { get; }
Property Value
FillStyle
|
RotationAngle
Specifies the rotation angle property
Declaration
[SkinnableProperty]
public virtual float RotationAngle { get; set; }
Property Value
System.Single
|
Visible
Specifies tha label's visibility
Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System.Object
Cloned object |
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object
savedState
ViewState with data |
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
System.Object
Saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()