AnnotationSmartLabelStyle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.