ComponentOne Gauges for WPF and Silverlight
C1.Silverlight.Gauge Namespace / C1GaugeAxis Enumeration

In This Topic
    C1GaugeAxis Enumeration
    In This Topic
    Represents the axis of the C1Gauge.
    Syntax
    'Declaration
     
    
    Public Enum C1GaugeAxis 
       Inherits System.Enum
    public enum C1GaugeAxis : System.Enum 
    Members
    MemberDescription
    XGauge values axis.
    YGauge non values axis
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.Gauge.C1GaugeAxis

    See Also