Class SeriesItemLabel
Represents the series item label.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SeriesItemLabel : ContentControl, IInteractiveElement, ILogicalItem, IAnimatable
Constructors
SeriesItemLabel()
Fields
ConnectorPointsProperty
Identifies the ConnectorPoints dependency property.
Declaration
public static readonly DependencyProperty ConnectorPointsProperty
Field Value
System.Windows.DependencyProperty
|
ConnectorStyleProperty
Identifies the ConnectorStyle dependency property.
Declaration
public static readonly DependencyProperty ConnectorStyleProperty
Field Value
System.Windows.DependencyProperty
|
ConnectorVisibilityProperty
Identifies the ConnectorVisibility dependency property.
Declaration
public static readonly DependencyProperty ConnectorVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
DataPointProperty
Identifies the DataPoint dependency property.
Declaration
public static readonly DependencyProperty DataPointProperty
Field Value
System.Windows.DependencyProperty
|
DataSeriesProperty
Identifies the DataSeries dependency property.
Declaration
public static readonly DependencyProperty DataSeriesProperty
Field Value
System.Windows.DependencyProperty
|
FillProperty
Identifies the Fill dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.Windows.DependencyProperty
|
LabelStyleProperty
Identifies the LabelStyle dependency property.
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
System.Windows.DependencyProperty
|
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.Windows.DependencyProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Connector
Gets or sets the connector.
Declaration
public PathFigure Connector { get; }
Property Value
System.Windows.Media.PathFigure
The connector. |
ConnectorPoints
Gets or sets the Connector points.
Declaration
public PointCollection ConnectorPoints { get; set; }
Property Value
System.Windows.Media.PointCollection
The Connector points. |
ConnectorStyle
Gets or sets the Connector style.
Declaration
public Style ConnectorStyle { get; set; }
Property Value
System.Windows.Style
The Connector style. |
ConnectorVisibility
Gets or sets the connector visibility.
Declaration
public Visibility ConnectorVisibility { get; set; }
Property Value
System.Windows.Visibility
The connector visibility. |
ContentSize
Gets the size of the content.
Declaration
public Size ContentSize { get; }
Property Value
System.Windows.Size
The size of the content. |
DataPoint
Gets or sets the DataPoint for this instance.
Declaration
public DataPoint DataPoint { get; set; }
Property Value
DataPoint
The data point. |
DataSeries
Gets or sets the DataSeries for this instance.
Declaration
public DataSeries DataSeries { get; set; }
Property Value
DataSeries
The data series. |
Fill
Gets or sets the Fill.
Declaration
public Brush Fill { get; set; }
Property Value
System.Windows.Media.Brush
The Connector points. |
LabelStyle
Gets or sets the Label style.
Declaration
public Style LabelStyle { get; set; }
Property Value
System.Windows.Style
The Label style. |
Stroke
Gets or sets the Stroke.
Declaration
public Brush Stroke { get; set; }
Property Value
System.Windows.Media.Brush
The Connector points. |
StrokeThickness
Gets or sets the stroke thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
The Connector points. |
TextContainer
Gets or sets the text container.
Declaration
public FrameworkElement TextContainer { get; }
Property Value
System.Windows.FrameworkElement
The text container. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()