Back to Devexpress

StackedLineSeriesView Class

corelibraries-devexpress-dot-xtracharts-3681a47f.md

latest3.1 KB
Original Source

StackedLineSeriesView Class

A series view of the Stacked Line type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class StackedLineSeriesView :
    LineSeriesView,
    IStackedView
vb
Public Class StackedLineSeriesView
    Inherits LineSeriesView
    Implements IStackedView

Remarks

The StackedLineSeriesView class provides the functionality of a series view of the Stacked Line type within a chart control. At the same time, the StackedLineSeriesView class serves as a base for the FullStackedLineSeriesView class.

The StackedLineSeriesView class inherits properties and methods from the base LineSeriesView class which define the common settings of line series views.

Note that a particular view type can be defined for a series via its SeriesBase.View property.

For more information on series views of the stacked line type, please see the Stacked Line Chart topic.

Implements

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

Inheritance

Show 11 items

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase PointSeriesViewBase PointSeriesView LineSeriesView StackedLineSeriesView FullStackedLineSeriesView

See Also

StackedLineSeriesView Members

DevExpress.XtraCharts Namespace