skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue 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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    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
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class LabelData

This class represents the label token for various chart elements.

Inheritance
System.Object
BaseFormattableData
LabelData
AxisTitleLabelData
Inherited Members
BaseFormattableData.OnPropertyChanged(String)
BaseFormattableData.OnPropertyChanged(PropertyChangedEventArgs)
BaseFormattableData.Label
BaseFormattableData.PropertyChanged
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class LabelData : BaseFormattableData, INotifyPropertyChanged, IFormattableData

Constructors

LabelData()

Initializes a new instance of the LabelData class.

Declaration
public LabelData()

LabelData(BaseFormattableData)

Initializes a new instance of the LabelData class.

Declaration
public LabelData(BaseFormattableData baseData)
Parameters
BaseFormattableData baseData

The object to initialize from.

LabelData(BaseFormattableData, Point3D)

Initializes a new instance of the LabelData class.

Declaration
public LabelData(BaseFormattableData baseData, Point3D position)
Parameters
BaseFormattableData baseData

The object to initialize from.

System.Windows.Media.Media3D.Point3D position

The position of the label in the 3D space.

Fields

GlobalTransformChangedName

This supports the RadChart infrastructure and is not meant to be directly used by your code.

Declaration
public const string GlobalTransformChangedName = "GlobalTransformChanged"
Field Value
System.String

ViewportPositionChangedName

This supports the RadChart infrastructure and is not meant to be directly used by your code.

Declaration
public const string ViewportPositionChangedName = "ViewportPosition"
Field Value
System.String

Properties

BaseData

Gets the BaseFormattableData related to the current LabelData.

Declaration
public BaseFormattableData BaseData { get; set; }
Property Value
BaseFormattableData

IsDateTime

Gets or sets the value indicating whether DateTime formatted labels should be displayed.

Declaration
public override bool IsDateTime { get; set; }
Property Value
System.Boolean

Overrides
BaseFormattableData.IsDateTime
Implements
IFormattableData.IsDateTime

IsLabelVisible

Gets a value indicating whether this label's position is valid.

Declaration
public virtual bool IsLabelVisible { get; }
Property Value
System.Boolean

Returns true if this label's position is valid; otherwise, false.

LabelFormat

Gets the label formatting string to be displayed.

Declaration
public override string LabelFormat { get; set; }
Property Value
System.String

The label format.

Overrides
BaseFormattableData.LabelFormat
Implements
IFormattableData.LabelFormat

Offset

Gets or sets the relative displacement of the label.

Declaration
public Point Offset { get; set; }
Property Value
System.Windows.Point

The offset.

Position

Gets or sets the position of the label in the 3D space.

Declaration
public Point3D Position { get; set; }
Property Value
System.Windows.Media.Media3D.Point3D

Transform

Gets or sets the UIElement.LayoutTransform is to be applied to the label.

Declaration
public Transform Transform { get; set; }
Property Value
System.Windows.Media.Transform

The transform.

Value

Gets or sets the numerical value of the tick point.

Declaration
public double Value { get; set; }
Property Value
System.Double

ViewportPosition

Gets or sets the position of the label in the 2D space (the Viewport space).

Declaration
public Nullable<Point3D> ViewportPosition { get; set; }
Property Value
System.Nullable<System.Windows.Media.Media3D.Point3D>

XY

Gets the XY position of the LabelData.

Declaration
public Point XY { get; }
Property Value
System.Windows.Point

The XY position.

Explicit Interface Implementations

IFormattableData.Value

Declaration
double IFormattableData.Value { get; set; }
Returns
System.Double

Implements
IFormattableData.Value

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing 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.