AnnotationSmartLabelStyle Class
Represents the smart label properties of an annotation to store.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
System.Web.UI.DataVisualization.Charting::SmartLabelStyle
System.Web.UI.DataVisualization.Charting::AnnotationSmartLabelStyle
| 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 | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the anchor cap style for the label callout line.(Overrides SmartLabelStyle::CalloutLineAnchorCapStyle.) |
![]() | CalloutLineColor | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the color of the label callout line.(Overrides SmartLabelStyle::CalloutLineColor.) |
![]() | CalloutLineDashStyle | 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.(Overrides SmartLabelStyle::CalloutLineDashStyle.) |
![]() | CalloutLineWidth | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the width of the label callout line.(Overrides SmartLabelStyle::CalloutLineWidth.) |
![]() | CalloutStyle | This API supports the product infrastructure and is not intended to be used directly from your code. 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class is derived from the SmartLabelStyle class used for Series objects.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


