ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeScaleDecorator Class
Members

In This Topic
    C1GaugeScaleDecorator Class
    In This Topic
    Base class for the Gauge decorators showing a scale, such as marks or labels.
    Object Model
    C1GaugeScaleDecorator Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1GaugeScaleDecorator 
       Inherits C1GaugeMultivalueDecorator
    public abstract class C1GaugeScaleDecorator : C1GaugeMultivalueDecorator 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Gauge.C1GaugeDecorator
          C1.Win.C1Gauge.C1GaugeMultivalueDecorator
             C1.Win.C1Gauge.C1GaugeScaleDecorator
                C1.Win.C1Gauge.C1GaugeLabels
                C1.Win.C1Gauge.C1GaugeMarks

    See Also