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

In This Topic
    Resolution Property (C1GaugeScaleDecorator)
    In This Topic
    Gets or sets the minimum displayed value interval if the scale is nonuniform.
    Syntax
    'Declaration
     
    Public Property Resolution As System.Double
    public System.double Resolution {get; set;}
    Remarks
    If the Gauge uses logarithmic scale the value resolution must be specified in logarithmic coordinates.
    See Also