ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecorator Class / Location Property

In This Topic
    Location Property (C1GaugeDecorator)
    In This Topic
    Logical value representing the starting point of the decorator, where 0 represents the center, and 1 represents the axis location.
    Syntax
    'Declaration
     
    
    Public Property Location As Double
    public double Location {get; set;}
    See Also