Skip to main content
A newer version of this page is available. .

FullStackedLinePointOptions Class

Contains settings that specify data point appearance within a full-stacked line series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class FullStackedLinePointOptions :
    FullStackedPointOptions

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.

Refer to the How to convert obsolete PointOptions and LegendPointOptions properties to TextPattern and LegendTextPattern DevExpress Knowledge Base Article to learn how to use text patterns instead of PointOptions classes.

Inheritance

See Also