AnnotationSmartLabelStyle Constructors

Definition

Initializes a new instance of the AnnotationSmartLabelStyle class.

Overloads

AnnotationSmartLabelStyle()

Initializes a new instance of the AnnotationSmartLabelStyle class.

AnnotationSmartLabelStyle(Object)

Initializes a new instance of the AnnotationSmartLabelStyle class with the specified chart element.

AnnotationSmartLabelStyle()

Initializes a new instance of the AnnotationSmartLabelStyle class.

public:
 AnnotationSmartLabelStyle();
public AnnotationSmartLabelStyle ();
Public Sub New ()

Applies to

AnnotationSmartLabelStyle(Object)

Initializes a new instance of the AnnotationSmartLabelStyle class with the specified chart element.

public:
 AnnotationSmartLabelStyle(System::Object ^ chartElement);
public AnnotationSmartLabelStyle (object chartElement);
new System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle : obj -> System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle
Public Sub New (chartElement As Object)

Parameters

chartElement
Object

The chart element that this style belongs to.

Applies to