Class RadialGaugeLabels
Represents the scale labels displayed next to the ticks.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Gauges
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadialGaugeLabels : GaugeVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IDrawing
Constructors
RadialGaugeLabels()
Declaration
public RadialGaugeLabels()
RadialGaugeLabels(RadRadialGaugeElement)
Declaration
public RadialGaugeLabels(RadRadialGaugeElement owner)
Parameters
RadRadialGaugeElement
owner
|
Properties
LabelEndVisibleRange
Specifies the end value to which the labels are displayed.
Declaration
public float? LabelEndVisibleRange { get; set; }
Property Value
System.Nullable<System.Single>
|
LabelFontSize
Specifies the font size. Default value is 8.
Declaration
public float LabelFontSize { get; set; }
Property Value
System.Single
|
LabelFormat
Specifies the format of the label's value.
Declaration
public string LabelFormat { get; set; }
Property Value
System.String
|
LabelRadiusPercentage
Controls how far according to the gauge's arc the labels are rendered
Declaration
public float LabelRadiusPercentage { get; set; }
Property Value
System.Single
|
LabelsCount
Controls how many labels will be displayed next ticks for the specified range.
Declaration
public int LabelsCount { get; set; }
Property Value
System.Int32
|
LabelStartVisibleRange
Specifies the start value from which the labels are displayed.
Declaration
public float? LabelStartVisibleRange { get; set; }
Property Value
System.Nullable<System.Single>
|
Path
Declaration
public override GraphicsPath Path { get; }
Property Value
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
Methods
HitTest(Point)
Declaration
public override bool HitTest(Point point)
Parameters
System.Drawing.Point
point
|
Returns
System.Boolean
|
Overrides
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
OnParentChanged(RadElement)
Declaration
protected override void OnParentChanged(RadElement previousParent)
Parameters
RadElement
previousParent
|
Overrides
Paint(Graphics, Rectangle)
Declaration
public void Paint(Graphics graphics, Rectangle boundingRectangle)
Parameters
System.Drawing.Graphics
graphics
|
System.Drawing.Rectangle
boundingRectangle
|
Implements
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|