Class MapLegend
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapLegend : HeaderedItemsControl
Constructors
MapLegend()
Declaration
public MapLegend()
Fields
FormatProperty
Declaration
public static readonly DependencyProperty FormatProperty
Field Value
Microsoft.
|
LabelLayoutProperty
Declaration
public static readonly DependencyProperty LabelLayoutProperty
Field Value
Microsoft.
|
LabelLocationProperty
Declaration
public static readonly DependencyProperty LabelLocationProperty
Field Value
Microsoft.
|
LayerProperty
Declaration
public static readonly DependencyProperty LayerProperty
Field Value
Microsoft.
|
MarkerRadiusXProperty
Declaration
public static readonly DependencyProperty MarkerRadiusXProperty
Field Value
Microsoft.
|
MarkerRadiusYProperty
Declaration
public static readonly DependencyProperty MarkerRadiusYProperty
Field Value
Microsoft.
|
MarkerSizeProperty
Declaration
public static readonly DependencyProperty MarkerSizeProperty
Field Value
Microsoft.
|
MarkerSpacingProperty
Declaration
public static readonly DependencyProperty MarkerSpacingProperty
Field Value
Microsoft.
|
MeasureScaleProperty
Declaration
public static readonly DependencyProperty MeasureScaleProperty
Field Value
Microsoft.
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Microsoft.
|
Properties
Format
Declaration
public string Format { get; set; }
Property Value
System.
|
LabelLayout
LabelLocation
Layer
MarkerRadiusX
Declaration
public double MarkerRadiusX { get; set; }
Property Value
System.
|
MarkerRadiusY
Declaration
public double MarkerRadiusY { get; set; }
Property Value
System.
|
MarkerSize
Declaration
public Size MarkerSize { get; set; }
Property Value
Windows.
|
MarkerSpacing
Declaration
public double MarkerSpacing { get; set; }
Property Value
System.
|
MeasureScale
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
Microsoft.
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Windows.
|
Returns
Windows.
|
ClearContainerForItemOverride(DependencyObject, Object)
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
Microsoft.
|
System.
|
GetContainerForItemOverride()
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Microsoft.
|
IsItemItsOwnContainerOverride(Object)
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Windows.
|
Returns
Windows.
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
PrepareContainerForItemOverride(DependencyObject, Object)
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Microsoft.
|
System.
|
Overrides
Refresh()
Declaration
public void Refresh()
Refresh(IMapShapeColorizer)
Declaration
public void Refresh(IMapShapeColorizer colorizer)
Parameters
IMap
|