New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

C#
public class ChartViewSeriesItemLabel

Inheritance: objectChartViewSeriesItemLabel

Constructors

C#
public ChartViewSeriesItemLabel(TextBlock label)
Parameters:labelTextBlock

Properties

C#
public double CanvasLeft { get; }
C#
public double CanvasTop { get; }
C#
public TextBlock Label { get; }
C#
public Color LabelColor { get; }
C#
public double LabelFontSize { get; }
C#
public string LabelText { get; }
C#
public Visibility Visibility { get; }
C#
public int ZIndex { get; }