Represents series view to display series data in the form of neighboring areas restricted by lines which go through points which correspond to ratio of series value to the total series value with the given argument.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public class Stacked100AreaSeriesView : AreaSeriesViewBase
Visual Basic (Declaration)
Public Class Stacked100AreaSeriesView _
	Inherits AreaSeriesViewBase
Visual C++
public ref class Stacked100AreaSeriesView : public AreaSeriesViewBase

Inheritance Hierarchy

See Also