Class StyleLabel
Base label appearance style
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class StyleLabel : LayoutStyle, IChartingStateManagedItem, IChartingStateManager, IDisposable, 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. Style container element |
StyleLabel(FillStyle)
Creates new instance of StyleLabel class.
Declaration
public StyleLabel(FillStyle fillStyle)
Parameters
Fill 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
Fill 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
StyleLabel(FillStyle, Position, Dimensions)
Creates new instance of StyleLabel class.
Declaration
public StyleLabel(FillStyle fillStyle, Position position, Dimensions dimensions)
Parameters
Fill 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
Label CompositionType to specify textblock and marker positions |
Dimensions
dimensions
Label's dimensions |
System. Label's figure |
Fill FillStyle of label |
Position
position
Label's position |
System. Rotation angle |
Corners
corners
Corners of label |
Style Label's border |
Shadow Shadow style of label |
System. 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
Properties
CompositionType
Specifies the label's items composition type
Declaration
[SkinnableProperty]
public virtual LabelItemsCompositionTypes CompositionType { get; set; }
Property Value
Corners
Specifies the corners for background rectangle
Declaration
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
Figure
Specifies the figure property
Declaration
[SkinnableProperty]
public virtual string Figure { get; set; }
Property Value
System.
|
FillStyle
Specifies the background property
Declaration
[SkinnableProperty]
public virtual FillStyle FillStyle { get; }
Property Value
RotationAngle
Specifies the rotation angle property
Declaration
[SkinnableProperty]
public virtual float RotationAngle { get; set; }
Property Value
System.
|
Visible
Specifies tha label's visibility
Declaration
public override bool Visible { get; set; }
Property Value
System.
|
Overrides
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System. Cloned object |
Overrides
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System. ViewState with data |
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
System. Saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()