This documentation is archived and is not being maintained.
AnnotationSmartLabelStyle Class
Visual Studio 2010
Stores the smart label properties of an annotation.
System::Object
System.Web.UI.DataVisualization.Charting::SmartLabelStyle
System.Web.UI.DataVisualization.Charting::AnnotationSmartLabelStyle
System.Web.UI.DataVisualization.Charting::SmartLabelStyle
System.Web.UI.DataVisualization.Charting::AnnotationSmartLabelStyle
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
The AnnotationSmartLabelStyle type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AnnotationSmartLabelStyle() | Initializes a new instance of the AnnotationSmartLabelStyle class. |
![]() | AnnotationSmartLabelStyle(Object) | Initializes a new instance of the AnnotationSmartLabelStyle class with the specified chart element. |
| Name | Description | |
|---|---|---|
![]() | AllowOutsidePlotArea | Gets or sets a flag that specifies whether a SmartLabelStyle object can be drawn outside the plotting area. (Inherited from SmartLabelStyle.) |
![]() | CalloutBackColor | Infrastructure. Gets or sets the back color of the label callout. This property is only applicable when the CalloutStyle property is set to a value of Box. (Overrides SmartLabelStyle::CalloutBackColor.) |
![]() | CalloutLineAnchorCapStyle | Infrastructure. Gets or sets the anchor cap style for the label callout line. (Overrides SmartLabelStyle::CalloutLineAnchorCapStyle.) |
![]() | CalloutLineColor | Infrastructure. Gets or sets the color of the label callout line. (Overrides SmartLabelStyle::CalloutLineColor.) |
![]() | CalloutLineDashStyle | Infrastructure. Gets or sets the style of the label callout line. (Overrides SmartLabelStyle::CalloutLineDashStyle.) |
![]() | CalloutLineWidth | Infrastructure. Gets or sets the width of the label callout line. (Overrides SmartLabelStyle::CalloutLineWidth.) |
![]() | CalloutStyle | Infrastructure. Gets or sets the callout style of the repositioned smart labels. (Overrides SmartLabelStyle::CalloutStyle.) |
![]() | Enabled | Gets or sets a flag that indicates whether a SmartLabelStyle algorithm is enabled. (Inherited from SmartLabelStyle.) |
![]() | IsMarkerOverlappingAllowed | Gets or sets a flag that specifies whether the point labels are allowed to overlap a point marker. (Inherited from SmartLabelStyle.) |
![]() | IsOverlappedHidden | Gets or sets a flag that indicates whether overlapped labels that cannot be repositioned will be hidden. (Inherited from SmartLabelStyle.) |
![]() | MaxMovingDistance | Gets or sets the maximum distance, in pixels, that the overlapped SmartLabelStyle object can be moved from the marker. (Inherited from SmartLabelStyle.) |
![]() | MinMovingDistance | Gets or sets the minimum distance, in pixels, that the overlapped SmartLabelStyle object can be moved from the marker. (Inherited from SmartLabelStyle.) |
![]() | MovingDirection | Gets or sets the direction(s) in which the overlapped SmartLabelStyle object is allowed to be moved. (Inherited from SmartLabelStyle.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is derived from the SmartLabelStyle class used for Series objects.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:


