Class
ChartSeriesLabelConnectorsSettings

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.

Declaration

cs-api-definition
public double FadeOpacity { get; set; }

Property Value

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

cs-api-definition
public double MinLengthThreshold { get; set; }

Property Value

double

Style

Gets or sets the connectors' style.

Declaration

cs-api-definition
public Style Style { get; set; }

Property Value

Style