Class StyleExtendedLabel
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class StyleExtendedLabel : StyleLabel, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable, IPosition
Constructors
StyleExtendedLabel()
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel()
StyleExtendedLabel(ChartSeries)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(ChartSeries series)
Parameters
Chart Container element |
StyleExtendedLabel(FillStyle)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle)
Parameters
Fill FillStyle of label |
StyleExtendedLabel(FillStyle, Position)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle, Position position)
Parameters
StyleExtendedLabel(FillStyle, Position, Dimensions)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle, Position position, Dimensions dimensions)
Parameters
Fill FillStyle of label |
Position
position
Position of label |
Dimensions
dimensions
Label's dimensions |
StyleExtendedLabel(LabelItemsCompositionTypes, Dimensions, String, FillStyle, Overflow, Position, Single, Corners, StyleBorder, ShadowStyle, Boolean)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(LabelItemsCompositionTypes compositionType, Dimensions dimensions, string figure, FillStyle fillStyle, Overflow overflow, Position position, float rotationAngle, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters
Label Composition type of label items |
Dimensions
dimensions
Label's dimensions |
System. Label's figure |
Fill Label's fillstyle settings |
Overflow
overflow
Layout of label items |
Position
position
Label's position |
System. Label's rotation angle |
Corners
corners
Label's corners |
Style Label's border |
Shadow Label's shadow style |
System. Label's visibility |
StyleExtendedLabel(Position)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(Position position)
Parameters
Position
position
Position of label |
Fields
styleExtendedLabelItemAppearance
Specifies label item's style
Declaration
protected StyleLabel styleExtendedLabelItemAppearance
Field Value
styleExtendedLabelItemMarkerAppearance
Specifies label item's marker's style
Declaration
protected StyleMarker styleExtendedLabelItemMarkerAppearance
Field Value
styleExtendedLabelItemTextAppearance
Specifies label item's textblock's style
Declaration
protected StyleTextBlock styleExtendedLabelItemTextAppearance
Field Value
Properties
GroupNameFormat
Specifies the series names format shown in Legend when data grouping being used and names are digits.
Declaration
public string GroupNameFormat { get; set; }
Property Value
System.
|
Remarks
Supported format strings as "#VALUE" / "#NAME"
ItemAppearance
Specifies item label's style
Declaration
[SkinnableProperty]
public virtual StyleLabel ItemAppearance { get; }
Property Value
ItemMarkerAppearance
Specifies item label's marker's style
Declaration
[SkinnableProperty]
public virtual StyleMarker ItemMarkerAppearance { get; }
Property Value
ItemTextAppearance
Specifies item label's text's style
Declaration
[SkinnableProperty]
public virtual StyleTextBlock ItemTextAppearance { get; }
Property Value
Location
Specifies label location (InsidePlotArea, OutsidePlotArea)
Declaration
[SkinnableProperty]
public LabelLocation Location { get; set; }
Property Value
Overflow
Specifies the behavior when overflow occurred
Declaration
[SkinnableProperty]
public virtual Overflow Overflow { get; set; }
Property Value
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System. Cloned object |
Overrides
Dispose(Boolean)
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()