Skip to main content

SeriesLabelBase Members

Represents a base class for different types of series labels.

Properties

Name Description
Antialiasing Obsolete. Gets or sets whether antialising is applied to the label’s contents.
BackColor Gets or sets the label’s background color.
Border Gets the label’s border settings.
DXFont Gets or sets the font used to display the label’s content.
EnableAntialiasing Gets or sets a value indicating whether antialiasing is enabled for a chart item’s label.
FillStyle Gets the label’s background fill style.
Font Gets or sets the font used to display the label’s content.
HiddenSerializableString Obsolete. Gets or sets the string value used to support serialization in a WebChartControl.
LineColor Gets or sets the color of series labels’ connection lines.
LineLength Gets or sets the length of series labels’ connection lines.
LineStyle Gets the style settings for the connection lines of series labels.
LineVisibility Specifies whether to show connection lines for a series labels.
LineVisible Obsolete. Gets or sets a value which specifies whether the connection lines of series labels are visible.
MaxLineCount Gets or sets the number of lines to which a label’s text is allowed to wrap.
MaxWidth Gets or sets the maximum width allowed for series labels.
PointOptions Obsolete. Gets or sets the common appearance settings for series labels.
PointOptionsSerializable Gets the string value used to support serialization of the series label options.
ResolveOverlappingMinIndent Gets or sets the minimum indent between adjacent series labels, when an overlapping resolving algorithm is applied to them.
ResolveOverlappingMode Gets or sets a value specifying the mode to resolve overlapping of series labels.
Shadow Gets the label’s shadow settings.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
Text Obsolete. Gets or sets the common text for all data point labels.
TextAlignment Specifies the alignment of the series labels text.
TextColor Gets or sets the label’s text color.
TextOrientation Specifies the direction of text within the series labels.
TextPattern Gets or sets a string which represents the pattern specifying the text to be displayed within series labels.
TypeNameSerializable Gets the string value used to support serialization of the series label type.
ValueType Obsolete. Gets or sets a value that specifies which values should be displayed as the contents of series labels.
Visible Obsolete. Specifies whether the simple series label is visible.

Methods

Name Description
Assign(ChartElement) Copies all the settings from the SeriesLabelBase object passed as the parameter.
Clone() Creates a copy of the current ChartElement object. Inherited from ChartElement.
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 the textual representation of the chart element. Inherited from ChartElement.
See Also