Class GraphColoriser
Inheritance
System.Object
GraphColoriser
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class GraphColoriser : DependencyObject, IMapShapeColorizer
Constructors
GraphColoriser()
Declaration
public GraphColoriser()
Fields
ExtendedPropertyNameProperty
Declaration
public static readonly DependencyProperty ExtendedPropertyNameProperty
Field Value
Microsoft.
|
HighlightFillCollectionProperty
Declaration
public static readonly DependencyProperty HighlightFillCollectionProperty
Field Value
Microsoft.
|
ShapeFillCollectionProperty
Declaration
public static readonly DependencyProperty ShapeFillCollectionProperty
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
ResetOnItemsChanged
Declaration
public bool ResetOnItemsChanged { get; set; }
Property Value
System.
|
Implements
ShapeFillCollection
Declaration
public MapShapeFillCollection ShapeFillCollection { get; }
Property Value
UsageMode
Declaration
public ColorizerUsageMode UsageMode { get; }
Property Value
Implements
Methods
Colorize(IEnumerable<Object>)
Declaration
public void Colorize(IEnumerable<object> shapes)
Parameters
System.
|
Implements
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)
Events
PrepareCompleted
Declaration
public event EventHandler<ShapeColorizerEventArgs> PrepareCompleted
Event Type
System.
|
Implements
UpdateLegend
Declaration
public event EventHandler UpdateLegend
Event Type
System.
|