Class ColorMeasureScale
Inheritance
System.Object
ColorMeasureScale
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ColorMeasureScale : DependencyObject, IMapShapeColorizer
Constructors
ColorMeasureScale()
Declaration
public ColorMeasureScale()
Fields
ExtendedPropertyNameProperty
Declaration
public static readonly DependencyProperty ExtendedPropertyNameProperty
Field Value
Microsoft.
|
HighlightFillCollectionProperty
Declaration
public static readonly DependencyProperty HighlightFillCollectionProperty
Field Value
Microsoft.
|
MaxValueProperty
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
Microsoft.
|
MinValueProperty
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
Microsoft.
|
ModeProperty
Declaration
public static readonly DependencyProperty ModeProperty
Field Value
Microsoft.
|
RangeDistributionProperty
Declaration
public static readonly DependencyProperty RangeDistributionProperty
Field Value
Microsoft.
|
ShapeFillCollectionProperty
Declaration
public static readonly DependencyProperty ShapeFillCollectionProperty
Field Value
Microsoft.
|
TickMarkCountProperty
Declaration
public static readonly DependencyProperty TickMarkCountProperty
Field Value
Microsoft.
|
TickMarkStepProperty
Declaration
public static readonly DependencyProperty TickMarkStepProperty
Field Value
Microsoft.
|
Properties
ExtendedPropertyName
Declaration
public string ExtendedPropertyName { get; set; }
Property Value
System.
|
Implements
HighlightFillCollection
Declaration
public MapShapeFillCollection HighlightFillCollection { get; }
Property Value
IsPrepared
Declaration
public bool IsPrepared { get; set; }
Property Value
System.
|
Implements
MaxValue
Declaration
public double MaxValue { get; set; }
Property Value
System.
|
MinValue
Declaration
public double MinValue { get; set; }
Property Value
System.
|
Mode
RangeCollection
RangeDistribution
Declaration
public IRangeDistribution RangeDistribution { get; set; }
Property Value
ResetOnItemsChanged
Declaration
public bool ResetOnItemsChanged { get; set; }
Property Value
System.
|
Implements
ShapeFillCollection
Declaration
public MapShapeFillCollection ShapeFillCollection { get; }
Property Value
TickMarkCount
Declaration
public int TickMarkCount { get; set; }
Property Value
System.
|
TickMarkStep
Declaration
public double TickMarkStep { get; set; }
Property Value
System.
|
UsageMode
Declaration
public ColorizerUsageMode UsageMode { get; }
Property Value
Implements
Methods
Colorize(IEnumerable<Object>)
Declaration
public void Colorize(IEnumerable<object> shapes)
Parameters
System.
|
Implements
GetColorByValue(Double)
Declaration
public MapShapeFill GetColorByValue(double value)
Parameters
System.
|
Returns
OnPrepareCompleted(ShapeColorizerEventArgs)
Declaration
protected virtual void OnPrepareCompleted(ShapeColorizerEventArgs args)
Parameters
OnUpdateLegend()
Declaration
protected virtual void OnUpdateLegend()
Prepare(IEnumerable<Object>)
Declaration
public void Prepare(IEnumerable<object> shapes)
Parameters
System.
|
Implements
SetColor(IExtendedData)
SetColorByExtendedData(IEnumerable<Object>, String)
Declaration
public void SetColorByExtendedData(IEnumerable<object> shapes, string propertyName)
Parameters
System.
|
System.
|
SetColorByExtendedData(IEnumerable<Object>, String, Boolean)
Declaration
public void SetColorByExtendedData(IEnumerable<object> shapes, string propertyName, bool autoRange)
Parameters
System.
|
System.
|
System.
|
SetColorCallback(ColorMeasureScale.SetColorDelegate)
Declaration
public void SetColorCallback(ColorMeasureScale.SetColorDelegate colorCallback)
Parameters
Color
|
SetScaleRangeByExtendedData(IEnumerable<Object>, String)
Declaration
public void SetScaleRangeByExtendedData(IEnumerable<object> shapes, string propertyName)
Parameters
System.
|
System.
|
Events
PrepareCompleted
Declaration
public event EventHandler<ShapeColorizerEventArgs> PrepareCompleted
Event Type
System.
|
Implements
UpdateLegend
Declaration
public event EventHandler UpdateLegend
Event Type
System.
|