Class
ChartViewSeriesItemLabel

Represents the ChartViewSeriesItemLabel class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartViewSeriesItemLabel

Inheritance: objectChartViewSeriesItemLabel

Constructors

ChartViewSeriesItemLabel(TextBlock)

Represents the ChartViewSeriesItemLabel class

Declaration

cs-api-definition
public ChartViewSeriesItemLabel(TextBlock label)

Parameters

label

TextBlock

Properties

CanvasLeft

Get the label CanvasLeft

Declaration

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

Property Value

double

CanvasTop

Get the label CanvasTop

Declaration

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

Property Value

double

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

Visibility

Get the ChartViewBarItem visibility

Declaration

cs-api-definition
public Visibility Visibility { get; }

Property Value

Visibility

ZIndex

Get the label ZIndex

Declaration

cs-api-definition
public int ZIndex { get; }

Property Value

int