RangeBarPointOptions Class
Contains settings that specify the appearance of data points within RangeBarSeriesView descendant views.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(RangeBarPointOptionsTypeConverter))]
public class RangeBarPointOptions :
RangePointOptions
Remarks
Note: This API is now obsolete. This class is obsolete now. Use SeriesLabelBase.TextPattern to specify series label text and SeriesBase.LegendTextPattern to specify series legend text.
Inheritance
Object
ChartElement
PointOptions
RangePointOptions
RangeBarPointOptions
See Also