Back to Devexpress

SideBySideBarSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-9774dd54.md

latest2.2 KB
Original Source

SideBySideBarSeriesLabel Class

Defines label settings for Bar series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SideBySideBarSeriesLabel :
    BarSeriesLabel
vb
Public Class SideBySideBarSeriesLabel
    Inherits BarSeriesLabel

Remarks

The SideBySideBarSeriesLabel class provides label functionality for series of the Bar view type.

An instance of the SideBySideBarSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is SideBySideBarSeriesView.

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase BarSeriesLabel SideBySideBarSeriesLabel WaterfallSeriesLabel

See Also

SideBySideBarSeriesLabel Members

SeriesLabelBase

DevExpress.XtraCharts Namespace