AnnotationSmartLabelStyle.CalloutLineDashStyle Property

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the style of the label callout line.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public override ChartDashStyle CalloutLineDashStyle { get; set; }

Property Value

Type: System.Web.UI.DataVisualization.Charting.ChartDashStyle

A ChartDashStyle object that represents the style of the label callout line.

This property is for internal use and is hidden at design time and run time.

.NET Framework
Available since 4.0
Return to top
Show: