Represents a class that is used for setting up series label connectors.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartSeriesLabelConnectorsSettings
Inheritance: objectChartSeriesLabelConnectorsSettings
Constructors
Initializes a new instance of the ChartSeriesLabelConnectorsSettings class.
C#
public ChartSeriesLabelConnectorsSettings()
Properties
Gets or sets the opacity that is applied to the label connectors when the series are faded by the chart's hover interactivity.
C#
public double FadeOpacity { get; set; }
Gets or sets the min length threshold. If a label connector is shorter than this threshold, the label connector is not drawn.
C#
public double MinLengthThreshold { get; set; }
Style
Style
Gets or sets the connectors' style.
C#
public Style Style { get; set; }