Class SeriesItemLabel
Represents the series item label.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SeriesItemLabel : ContentControl, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
SeriesItemLabel()
Fields
ConnectorPointsProperty
Identifies the Connector
Declaration
public static readonly DependencyProperty ConnectorPointsProperty
Field Value
System.
|
ConnectorStyleProperty
Identifies the Connector
Declaration
public static readonly DependencyProperty ConnectorStyleProperty
Field Value
System.
|
ConnectorVisibilityProperty
Identifies the Connector
Declaration
public static readonly DependencyProperty ConnectorVisibilityProperty
Field Value
System.
|
DataPointProperty
Identifies the Data
Declaration
public static readonly DependencyProperty DataPointProperty
Field Value
System.
|
DataSeriesProperty
Identifies the Data
Declaration
public static readonly DependencyProperty DataSeriesProperty
Field Value
System.
|
FillProperty
Identifies the Fill dependency property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.
|
LabelStyleProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
System.
|
StrokeProperty
Identifies the Stroke dependency property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.
|
Properties
Connector
Gets or sets the connector.
Declaration
public PathFigure Connector { get; }
Property Value
System. The connector. |
ConnectorPoints
Gets or sets the Connector points.
Declaration
public PointCollection ConnectorPoints { get; set; }
Property Value
System. The Connector points. |
ConnectorStyle
Gets or sets the Connector style.
Declaration
public Style ConnectorStyle { get; set; }
Property Value
System. The Connector style. |
ConnectorVisibility
Gets or sets the connector visibility.
Declaration
public Visibility ConnectorVisibility { get; set; }
Property Value
System. The connector visibility. |
ContentSize
Gets the size of the content.
Declaration
public Size ContentSize { get; }
Property Value
System. The size of the content. |
DataPoint
Gets or sets the DataPoint for this instance.
Declaration
public DataPoint DataPoint { get; set; }
Property Value
Data The data point. |
DataSeries
Gets or sets the DataSeries for this instance.
Declaration
public DataSeries DataSeries { get; set; }
Property Value
Data The data series. |
Fill
Gets or sets the Fill.
Declaration
public Brush Fill { get; set; }
Property Value
System. The Connector points. |
LabelStyle
Gets or sets the Label style.
Declaration
public Style LabelStyle { get; set; }
Property Value
System. The Label style. |
Stroke
Gets or sets the Stroke.
Declaration
public Brush Stroke { get; set; }
Property Value
System. The Connector points. |
StrokeThickness
Gets or sets the stroke thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System. The Connector points. |
TextContainer
Gets or sets the text container.
Declaration
public FrameworkElement TextContainer { get; }
Property Value
System. 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.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |