Struct
ChartAnnotationLabelDefinition

Describes the appearance of the labels within a ChartAnnotation.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public struct ChartAnnotationLabelDefinition

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Properties

DefaultVisualStyle

Gets or sets the Style instance that defines the appearance of the default label visual - TextBlock instance.

Declaration

cs-api-definition
public Style DefaultVisualStyle { readonly get; set; }

Property Value

Style

Format

Gets or sets the string used to format the label content, using the method.

Declaration

cs-api-definition
public string Format { readonly get; set; }

Property Value

string

HorizontalAlignment

Gets or sets the horizontal alignment.

Declaration

cs-api-definition
public HorizontalAlignment HorizontalAlignment { readonly get; set; }

Property Value

HorizontalAlignment

HorizontalOffset

Gets or sets the horizontal offset.

Declaration

cs-api-definition
public double HorizontalOffset { readonly get; set; }

Property Value

double

Location

Gets or sets the location of the label.

Declaration

cs-api-definition
public ChartAnnotationLabelLocation Location { readonly get; set; }

Property Value

ChartAnnotationLabelLocation

Template

Gets or sets the DataTemplate instance that may be used to define custom-looking label.

Declaration

cs-api-definition
public DataTemplate Template { readonly get; set; }

Property Value

DataTemplate

VerticalAlignment

Gets or sets the vertical alignment.

Declaration

cs-api-definition
public VerticalAlignment VerticalAlignment { readonly get; set; }

Property Value

VerticalAlignment

VerticalOffset

Gets or sets the vertical offset.

Declaration

cs-api-definition
public double VerticalOffset { readonly get; set; }

Property Value

double