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, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
LegendRangeItemElement(Double, Double, Color, String)
Initializes a new instance of the LegendRangeItemElement class.
Declaration
public LegendRangeItemElement(double from, double to, Color color, string valueFormat)
Parameters
|
System.Double
from
The from value. |
|
System.Double
to
The to value. |
|
System.Drawing.Color
color
The color. |
|
System.String
valueFormat
The value format string. |
Properties
From
Gets or sets the from value.
Declaration
public double From { get; set; }
Property Value
|
System.Double
|
MarkerElement
Gets the marker element.
Declaration
public LegendItemMarker MarkerElement { get; }
Property Value
|
LegendItemMarker
|
TextFormat
Gets or sets the text format.
Declaration
public string TextFormat { get; set; }
Property Value
|
System.String
|
TitleElement
Gets the title element.
Declaration
public LegendItemTitle TitleElement { get; }
Property Value
|
LegendItemTitle
|
To
Gets or sets the to value.
Declaration
public double To { get; set; }
Property Value
|
System.Double
|
ValueFormat
Gets or sets the value format string.
Declaration
public string ValueFormat { get; set; }
Property Value
|
System.String
|
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
|
LegendItemMarker
|
CreateItemTitle()
Creates the item title.
Declaration
protected virtual LegendItemTitle CreateItemTitle()
Returns
|
LegendItemTitle
|
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()