//
//  TKGaugeRadial.h
//  TelerikUI
//
//  Copyright (c) 2015 г. Telerik. All rights reserved.
//

#import "TKGauge.h"

@class TKGaugeRadialScale;

/**
Radial TKGauge.
 */
@interface TKRadialGauge : TKGauge

/**
 Defines the orientation of TKLinearGauge.
 */
@property (nonatomic) CGFloat labelSpacing;

@end
