Represent a base class for series view representing series data in the form of bars.

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

Syntax

C#
public abstract class BarSeriesViewBase : AxisSeriesView
Visual Basic (Declaration)
Public MustInherit Class BarSeriesViewBase _
	Inherits AxisSeriesView
Visual C++
public ref class BarSeriesViewBase abstract : public AxisSeriesView

Inheritance Hierarchy

See Also