Represents the Numeric labels.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
[ObsoleteAttribute("This class is obsolete; use class ScaleLabels instead")]
public class NumericLabels : ScaleLabels
Visual Basic (Declaration)
<ObsoleteAttribute("This class is obsolete; use class ScaleLabels instead")> _
Public Class NumericLabels _
	Inherits ScaleLabels
Visual C++
[ObsoleteAttribute(L"This class is obsolete; use class ScaleLabels instead")]
public ref class NumericLabels : public ScaleLabels

Inheritance Hierarchy

See Also