Class LegendRangeItemElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LegendRangeItemElement : StackLayoutElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
LegendRangeItemElement(Double, Double, Color, String)
Initializes a new instance of the Legend
Declaration
public LegendRangeItemElement(double from, double to, Color color, string valueFormat)
Parameters
System. The from value. |
System. The to value. |
System. The color. |
System. The value format string. |
Properties
From
Gets or sets the from value.
Declaration
public double From { get; set; }
Property Value
System.
|
MarkerElement
Gets the marker element.
Declaration
public LegendItemMarker MarkerElement { get; }
Property Value
TextFormat
Gets or sets the text format.
Declaration
public string TextFormat { get; set; }
Property Value
System.
|
TitleElement
Gets the title element.
Declaration
public LegendItemTitle TitleElement { get; }
Property Value
To
Gets or sets the to value.
Declaration
public double To { get; set; }
Property Value
System.
|
ValueFormat
Gets or sets the value format string.
Declaration
public string ValueFormat { get; set; }
Property Value
System.
|
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
CreateItemMarker()
Creates the item marker.
Declaration
protected virtual LegendItemMarker CreateItemMarker()
Returns
CreateItemTitle()
Creates the item title.
Declaration
protected virtual LegendItemTitle CreateItemTitle()
Returns
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()