StackedBar3DSeriesLabel Properties
Defines label settings for Stacked Bar 3D series.| Name | Description |
|---|---|
| Antialiasing | Obsolete. Gets or sets whether antialising is applied to the label’s contents. Inherited from SeriesLabelBase. |
| BackColor | Gets or sets the label’s background color. Inherited from SeriesLabelBase. |
| Border | Gets the label’s border settings. Inherited from SeriesLabelBase. |
| DXFont | Gets or sets the font used to display the label’s content. Inherited from SeriesLabelBase. |
| DXTextAlignment | Specifies the alignment of the series labels text. Use this property in non-Windows environments. Inherited from SeriesLabelBase. |
| EnableAntialiasing | Gets or sets a value indicating whether antialiasing is enabled for a chart item’s label. Inherited from SeriesLabelBase. |
| FillStyle | Gets the label’s background fill style. Inherited from SeriesLabelBase. |
| Font | Gets or sets the font used to display the label’s content. Inherited from SeriesLabelBase. |
| HiddenSerializableString | Obsolete. Gets or sets the string value used to support serialization in a WebChartControl. Inherited from SeriesLabelBase. |
| Indent | Overrides the BarSeriesLabel.Indent property, to hide it. |
| LineColor | Overrides the SeriesLabelBase.LineColor property to hide it. |
| LineLength | Overrides the SeriesLabelBase.LineLength property to hide it. |
| LineStyle | Overrides the SeriesLabelBase.LineStyle property to hide it. |
| LineVisibility | Specifies whether to show connection lines for a series labels. Inherited from SeriesLabelBase. |
| LineVisible | Overrides the SeriesLabelBase.LineVisibility property to hide it. |
| MaxLineCount | Gets or sets the number of lines to which a label’s text is allowed to wrap. Inherited from SeriesLabelBase. |
| MaxWidth | Gets or sets the maximum width allowed for series labels. Inherited from SeriesLabelBase. |
| PointOptions | Obsolete. Gets or sets the common appearance settings for series labels. Inherited from SeriesLabelBase. |
| PointOptionsSerializable | Gets the string value used to support serialization of the series label options. Inherited from SeriesLabelBase. |
| Position | Overrides the BarSeriesLabel.Position property, to hide it. |
| ResolveOverlappingMinIndent | Gets or sets the minimum indent between adjacent series labels, when an overlapping resolving algorithm is applied to them. Inherited from SeriesLabelBase. |
| ResolveOverlappingMode | Gets or sets a value specifying the mode to resolve overlapping of series labels. Inherited from SeriesLabelBase. |
| Shadow | Overrides the SeriesLabelBase.Shadow property to hide it. |
| ShowForZeroValues | Gets or sets a value indicating whether to show series labels if a bar’s height is zero. Inherited from BarSeriesLabel. |
| 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. Inherited from SeriesLabelBase. |
| TextAlignment | Specifies the alignment of the series labels text. Inherited from SeriesLabelBase. |
| TextColor | Gets or sets the label’s text color. Inherited from SeriesLabelBase. |
| TextOrientation | Specifies the direction of text within the series labels. Inherited from SeriesLabelBase. |
| TextPattern | Gets or sets a string which represents the pattern specifying the text to be displayed within series labels. Inherited from SeriesLabelBase. |
| TypeNameSerializable | Gets the string value used to support serialization of the series label type. Inherited from SeriesLabelBase. |
| ValueType | Obsolete. Gets or sets a value that specifies which values should be displayed as the contents of series labels. Inherited from SeriesLabelBase. |
| Visible | Obsolete. Specifies whether the simple series label is visible. Inherited from SeriesLabelBase. |
See Also