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