ClassChartSeriesLabelConnectorsSettings
Class
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:
cs-api-definition
public class ChartSeriesLabelConnectorsSettings
Inheritance: objectChartSeriesLabelConnectorsSettings
Constructors
ChartSeriesLabelConnectorsSettings()
Initializes a new instance of the ChartSeriesLabelConnectorsSettings class.
Declaration
cs-api-definition
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.
MinLengthThreshold
Gets or sets the min length threshold. If a label connector is shorter than this threshold, the label connector is not drawn.
Style
Gets or sets the connectors' style.
Declaration
cs-api-definition
public Style Style { get; set; }
Property Value
Style