AnnotationSmartLabelStyle 类

定义

存储批注的智能标签属性。

public ref class AnnotationSmartLabelStyle : System::Windows::Forms::DataVisualization::Charting::SmartLabelStyle
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public class AnnotationSmartLabelStyle : System.Windows.Forms.DataVisualization.Charting.SmartLabelStyle
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
type AnnotationSmartLabelStyle = class
    inherit SmartLabelStyle
Public Class AnnotationSmartLabelStyle
Inherits SmartLabelStyle
继承
AnnotationSmartLabelStyle
属性

注解

此类派生自用于 SmartLabelStyle 对象的 Series 类。

构造函数

AnnotationSmartLabelStyle()

初始化 AnnotationSmartLabelStyle 类的新实例。

AnnotationSmartLabelStyle(Object)

使用指定的图表元素初始化 AnnotationSmartLabelStyle 类的新实例。

属性

AllowOutsidePlotArea

获取或设置一个用于指定是否可以在绘图区之外绘制 SmartLabelStyle 对象的标志。

(继承自 SmartLabelStyle)
CalloutBackColor

获取或设置标签标注的背景色。 仅当 CalloutStyle 属性设置为 Box 的值时,此属性才适用。

CalloutLineAnchorCapStyle

获取或设置标签标注线条的定位点端样式。

CalloutLineColor

获取或设置标签标注线条的颜色。

CalloutLineDashStyle

获取或设置标签标注线条的样式。

CalloutLineWidth

获取或设置标签标注线条的宽度。

CalloutStyle

获取或设置重新定位的智能标签的标注样式。

Enabled

获取或设置指示 SmartLabelStyle 算法是否启用的标志。

(继承自 SmartLabelStyle)
IsMarkerOverlappingAllowed

获取或设置一个标志,该标志指定是否允许点标签与点标记重叠。

(继承自 SmartLabelStyle)
IsOverlappedHidden

获取或设置一个标志,该标志指示是否将隐藏无法重新定位的重叠标签。

(继承自 SmartLabelStyle)
MaxMovingDistance

获取或设置重叠的 SmartLabelStyle 对象可从标记移开的最大距离(以像素为单位)。

(继承自 SmartLabelStyle)
MinMovingDistance

获取或设置重叠的 SmartLabelStyle 对象可从标记移开的最小距离(以像素为单位)。

(继承自 SmartLabelStyle)
MovingDirection

获取或设置重叠的 SmartLabelStyle 对象可移动的方向。

(继承自 SmartLabelStyle)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于