Class
ChartViewTrackBallLabel

Represents the ChartViewTrackBallLabel class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartViewTrackBallLabel

Inheritance: objectChartViewTrackBallLabel

Constructors

ChartViewTrackBallLabel(TextBlock)

Represents the ChartViewTrackBallLabel class

Declaration

cs-api-definition
public ChartViewTrackBallLabel(TextBlock label)

Parameters

label

TextBlock

Properties

Label

Get and Set the label

Declaration

cs-api-definition
public TextBlock Label { get; }

Property Value

TextBlock

LabelColor

Get the label color

Declaration

cs-api-definition
public Color LabelColor { get; }

Property Value

Color

LabelFontSize

Get the label font size

Declaration

cs-api-definition
public double LabelFontSize { get; }

Property Value

double

LabelText

Get the label text

Declaration

cs-api-definition
public string LabelText { get; }

Property Value

string