Represents series view to display series data in the form of columns. Columns hight is the ratio of the 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 Stacked100BarSeriesView : BarSeriesViewBase
Visual Basic (Declaration)
Public Class Stacked100BarSeriesView _
	Inherits BarSeriesViewBase
Visual C++
public ref class Stacked100BarSeriesView : public BarSeriesViewBase

Inheritance Hierarchy

See Also