skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Class StyleExtendedLabel

Inheritance
System.Object
StateManagedObject
Style
LayoutStyle
StyleLabel
StyleExtendedLabel
StyleLabelLegend
Inherited Members
StyleLabel.styleLabelCorners
StyleLabel.Corners
StyleLabel.FillStyle
StyleLabel.Figure
StyleLabel.RotationAngle
StyleLabel.CompositionType
StyleLabel.Visible
LayoutStyle.Position
LayoutStyle.Dimensions
Style.Border
Style.Shadow
StateManagedObject.IChartingStateManager.LoadViewState(Object)
StateManagedObject.IChartingStateManager.SaveViewState()
StateManagedObject.IChartingStateManager.TrackViewState()
StateManagedObject.CloneState()
StateManagedObject.SetDirty()
StateManagedObject.ToString()
StateManagedObject.Dispose()
StateManagedObject.ViewStateIgnoresCase
StateManagedObject.IChartingStateManager.IsTrackingViewState
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
ChartSeries series

Container element

StyleExtendedLabel(FillStyle)

Creates new instance of StyleExtendedLabel class

Declaration
public StyleExtendedLabel(FillStyle fillStyle)
Parameters
FillStyle fillStyle

FillStyle of label

StyleExtendedLabel(FillStyle, Position)

Creates new instance of StyleExtendedLabel class

Declaration
public StyleExtendedLabel(FillStyle fillStyle, Position position)
Parameters
FillStyle fillStyle

FillStyle of label

Position position

Position of label

StyleExtendedLabel(FillStyle, Position, Dimensions)

Creates new instance of StyleExtendedLabel class

Declaration
public StyleExtendedLabel(FillStyle fillStyle, Position position, Dimensions dimensions)
Parameters
FillStyle fillStyle

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
LabelItemsCompositionTypes compositionType

Composition type of label items

Dimensions dimensions

Label's dimensions

System.String figure

Label's figure

FillStyle fillStyle

Label's fillstyle settings

Overflow overflow

Layout of label items

Position position

Label's position

System.Single rotationAngle

Label's rotation angle

Corners corners

Label's corners

StyleBorder border

Label's border

ShadowStyle shadowStyle

Label's shadow style

System.Boolean visible

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
StyleLabel

styleExtendedLabelItemMarkerAppearance

Specifies label item's marker's style

Declaration
protected StyleMarker styleExtendedLabelItemMarkerAppearance
Field Value
StyleMarker

styleExtendedLabelItemTextAppearance

Specifies label item's textblock's style

Declaration
protected StyleTextBlock styleExtendedLabelItemTextAppearance
Field Value
StyleTextBlock

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.String

Remarks

Supported format strings as "#VALUE" / "#NAME"

ItemAppearance

Specifies item label's style

Declaration
[SkinnableProperty]
public virtual StyleLabel ItemAppearance { get; }
Property Value
StyleLabel

ItemMarkerAppearance

Specifies item label's marker's style

Declaration
[SkinnableProperty]
public virtual StyleMarker ItemMarkerAppearance { get; }
Property Value
StyleMarker

ItemTextAppearance

Specifies item label's text's style

Declaration
[SkinnableProperty]
public virtual StyleTextBlock ItemTextAppearance { get; }
Property Value
StyleTextBlock

Location

Specifies label location (InsidePlotArea, OutsidePlotArea)

Declaration
[SkinnableProperty]
public LabelLocation Location { get; set; }
Property Value
LabelLocation

Overflow

Specifies the behavior when overflow occurred

Declaration
[SkinnableProperty]
public virtual Overflow Overflow { get; set; }
Property Value
Overflow

Methods

Clone()

Clone this object

Declaration
public override object Clone()
Returns
System.Object

Cloned object

Overrides
StyleLabel.Clone()

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean disposing

Overrides
StyleLabel.Dispose(Boolean)

LoadViewState(Object)

Load data from ViewState

Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object savedState

ViewState with data

Overrides
StyleLabel.LoadViewState(Object)

SaveViewState()

Save data to ViewState

Declaration
protected override object SaveViewState()
Returns
System.Object

Saved data

Overrides
StyleLabel.SaveViewState()

TrackViewState()

Track ViewState

Declaration
protected override void TrackViewState()
Overrides
StyleLabel.TrackViewState()
Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.