SeriesLabelOptions Members
Contains options that define the appearance and behavior of data point labels.Constructors
| Name | Description |
|---|---|
| SeriesLabelOptions() | Initializes a new instance of the SeriesLabelOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| ConnectorStrokeStyleProperty static | Identifies the SeriesLabelOptions.ConnectorStrokeStyle dependency property. |
| ElementTemplateProperty static | Identifies the SeriesLabelOptions.ElementTemplate dependency property. |
| IndentProperty static | Identifies the SeriesLabelOptions.Indent dependency property. |
| PatternProperty static | Identifies the SeriesLabelOptions.Pattern dependency property. |
| ShowConnectorsProperty static | Identifies the SeriesLabelOptions.ShowConnectors dependency property. |
Properties
| Name | Description |
|---|---|
| ActualConnectorStrokeStyle | Gets the actual connector stroke style. |
| Background | |
| BorderBrush | |
| ConnectorStrokeStyle | Specifies the line style settings for the series labels connectors. |
| ElementTemplate | Gets or sets a template that defines a custom appearance and look-and-feel of a label. |
| Indent | Gets or sets how much series labels should be indented from each other when the resolution of labels overlap is enabled. |
| Pattern | Gets or sets a string which represents the pattern specifying the text to be displayed within data point labels. |
| ShowConnectors | Gets or sets the visibility of a connector line from the series labels to series point markers. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartElement class properties has changed its value. Inherited from ChartElement. |
See Also