ClassStyleExtendedLabel
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleExtendedLabel : StyleLabel, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleLayoutStyleStyleLabelStyleExtendedLabel
Derived Classes:
Implements:
Inherited Members
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
series
Container element
StyleExtendedLabel(FillStyle)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle)
Parameters
fillStyle
FillStyle of label
StyleExtendedLabel(FillStyle, Position)
Creates new instance of StyleExtendedLabel class
StyleExtendedLabel(FillStyle, Position, Dimensions)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle, Position position, Dimensions dimensions)
Parameters
fillStyle
FillStyle of label
position
Position of label
dimensions
Label's dimensions
StyleExtendedLabel(LabelItemsCompositionTypes, Dimensions, string, FillStyle, Overflow, Position, float, Corners, StyleBorder, ShadowStyle, bool)
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
compositionType
Composition type of label items
dimensions
Label's dimensions
figure
string
Label's figure
fillStyle
Label's fillstyle settings
overflow
Layout of label items
position
Label's position
rotationAngle
float
Label's rotation angle
corners
Label's corners
border
Label's border
shadowStyle
Label's shadow style
visible
bool
Label's visibility
StyleExtendedLabel(Position)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(Position position)
Parameters
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
string
Remarks
Supported format strings as "#VALUE" / "#NAME"
ItemAppearance
Specifies item label's style
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleLabel ItemAppearance { get; }
Property Value
ItemMarkerAppearance
Specifies item label's marker's style
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleMarker ItemMarkerAppearance { get; }
Property Value
ItemTextAppearance
Specifies item label's text's style
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleTextBlock ItemTextAppearance { get; }
Property Value
Location
Specifies label location (InsidePlotArea, OutsidePlotArea)
Declaration
[SkinnableProperty]
public LabelLocation Location { get; set; }
Property Value
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
object
Cloned object
Overrides
Dispose(bool)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides
LoadViewState(object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
object
ViewState with data
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
object
Saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides