CustomLabel 类

定义

表示轴的自定义标签。

public ref class CustomLabel : System::Windows::Forms::DataVisualization::Charting::ChartNamedElement
public class CustomLabel : System.Windows.Forms.DataVisualization.Charting.ChartNamedElement
type CustomLabel = class
    inherit ChartNamedElement
Public Class CustomLabel
Inherits ChartNamedElement
继承

注解

CustomLabel 对象存储在 类中 CustomLabelsCollection ,该类作为 CustomLabels 类的 Axis 属性公开。

除非使用 属性指定自定义标签,否则将自动生成第一个标签行的轴 CustomLabels 标签。 如果沿第一个标签行指定自定义标签,则不为整个第一行自动生成轴标签。

只能将自定义标签用于第二个标签行。

ToPositionFromPosition 属性确定标签适用的轴范围。

可以使用 属性为自定义轴标签显示网格线和/或刻度线;此属性指定是否在标签范围的中间绘制自定义网格线或刻度 GridTicks 线。

构造函数

CustomLabel()

创建 CustomLabel 类的新实例。

CustomLabel(Double, Double, String, Int32, LabelMarkStyle)

用指定的 fromPositiontoPositiontextlabelRowmarkStyle 参数初始化 CustomLabel 类的新实例。

CustomLabel(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes)

用指定的 fromPositiontoPositiontextlabelRowmarkStylegridTick 参数初始化 CustomLabel 类的新实例。

属性

Axis

获取此 CustomLabel 对象所属的轴。

ForeColor

获取或设置自定义标签的文本颜色。

FromPosition

获取或设置自定义标签在轴坐标中的开始位置。

GridTicks

获取或设置一个属性,该属性指定是否将在标签的中心绘制自定义刻度线和网格线。

Image

获取或设置自定义标签图像。

ImageTransparentColor

获取或设置在绘制自定义标签图像时,将替换为透明色的颜色。

LabelMark

获取或设置自定义标签的标签标记。 这适用于除第一行以外的行中的标签。

MarkColor

获取或设置自定义标签的标记颜色。

Name

获取或设置自定义标签的名称。

RowIndex

获取或设置自定义标签行的索引。

Tag

获取或设置与此图表元素关联的对象。

(继承自 ChartElement)
Text

获取或设置自定义标签文本。

ToolTip

获取或设置自定义标签工具提示文本。

ToPosition

获取或设置自定义标签在轴坐标中的起始位置。

方法

Clone()

返回克隆的标签对象。

Dispose()

释放由 ChartElement 占用的资源。

(继承自 ChartElement)
Dispose(Boolean)

释放由 ChartElement 占用的非托管资源,还可以另外再释放托管资源。

(继承自 ChartElement)
Equals(Object)

确定指定的 Object 是否等同于当前的 ChartElement

(继承自 ChartElement)
GetHashCode()

返回特定类型的哈希算法。

(继承自 ChartElement)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前 Object 的字符串。

(继承自 ChartElement)

适用于