Back to Devexpress

BubbleSeriesLabel Members

corelibraries-devexpress-dot-xtracharts-dot-bubbleserieslabel-dot-underscore-members.md

latest12.4 KB
Original Source

BubbleSeriesLabel Members

Defines label settings for Bubble series.

Constructors

NameDescription
BubbleSeriesLabel()Initializes a new instance of the BubbleSeriesLabel class with the default settings.

Properties

NameDescription
AngleGets or sets the angle which controls the position of data point labels. Inherited from PointSeriesLabel.
AntialiasingObsolete. Gets or sets whether antialising is applied to the label’s contents. Inherited from SeriesLabelBase.
BackColorGets or sets the label’s background color. Inherited from SeriesLabelBase.
BorderGets the label’s border settings. Inherited from SeriesLabelBase.
DXFontGets or sets the font used to display the label’s content. Inherited from SeriesLabelBase.
DXTextAlignmentSpecifies the alignment of the series labels text. Use this property in non-Windows environments. Inherited from SeriesLabelBase.
EnableAntialiasingGets or sets a value indicating whether antialiasing is enabled for a chart item’s label. Inherited from SeriesLabelBase.
FillStyleGets the label’s background fill style. Inherited from SeriesLabelBase.
FontGets or sets the font used to display the label’s content. Inherited from SeriesLabelBase.
HiddenSerializableStringObsolete. Gets or sets the string value used to support serialization in a WebChartControl. Inherited from SeriesLabelBase.
IndentFromMarkerGets or sets the indent value (in pixels) between a marker’s edge and its label for a Bubble series view.
LineColorGets or sets the color of series labels’ connection lines. Inherited from SeriesLabelBase.
LineLengthOverrides the SeriesLabelBase.LineLength property to hide it.
LineStyleGets the style settings for the connection lines of series labels. Inherited from SeriesLabelBase.
LineVisibilitySpecifies whether to show connection lines for a series labels. Inherited from SeriesLabelBase.
LineVisibleObsolete. Gets or sets a value which specifies whether the connection lines of series labels are visible. Inherited from SeriesLabelBase.
MaxLineCountGets or sets the number of lines to which a label’s text is allowed to wrap. Inherited from SeriesLabelBase.
MaxWidthGets or sets the maximum width allowed for series labels. Inherited from SeriesLabelBase.
PointOptionsObsolete. Gets or sets the common appearance settings for series labels. Inherited from SeriesLabelBase.
PointOptionsSerializableGets the string value used to support serialization of the series label options. Inherited from SeriesLabelBase.
PositionGets or sets where a point’s label is located. Inherited from PointSeriesLabel.
ResolveOverlappingMinIndentGets or sets the minimum indent between adjacent series labels, when an overlapping resolving algorithm is applied to them. Inherited from SeriesLabelBase.
ResolveOverlappingModeGets or sets a value specifying the mode to resolve overlapping of series labels. Inherited from SeriesLabelBase.
ShadowGets the label’s shadow settings. Inherited from SeriesLabelBase.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TextObsolete. Gets or sets the common text for all data point labels. Inherited from SeriesLabelBase.
TextAlignmentSpecifies the alignment of the series labels text. Inherited from SeriesLabelBase.
TextColorGets or sets the label’s text color. Inherited from SeriesLabelBase.
TextOrientationSpecifies the direction of text within the series labels. Inherited from SeriesLabelBase.
TextPatternGets or sets a string which represents the pattern specifying the text to be displayed within series labels. Inherited from SeriesLabelBase.
TypeNameSerializableGets the string value used to support serialization of the series label type. Inherited from SeriesLabelBase.
ValueToDisplayObsolete. Gets or sets which value to display in the series point’s label for the Bubble series view.
ValueTypeObsolete. Gets or sets a value that specifies which values should be displayed as the contents of series labels. Inherited from SeriesLabelBase.
VisibleObsolete. Specifies whether the simple series label is visible. Inherited from SeriesLabelBase.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the BubbleSeriesLabel object passed as the parameter.
Clone()Creates a copy of the current ChartElement object. Inherited from ChartElement.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

BubbleSeriesLabel Class

DevExpress.XtraCharts Namespace