Defines an empty shape for an axis arrow.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Charts..::.AxisArrow
    PerpetuumSoft.Charts..::.EmptyAxisArrow

See Also