HeatmapColourMap
StockSharp.Xaml.Charting.Visuals
A Legend Control for the FastHeatMapRenderableSeries, which gives a visual representation of double-to-color mapping in the heatmap
Inherits: Control
Implements: INotifyPropertyChanged
Constructors
HeatmapColourMap
public HeatmapColourMap()
heatmapColourMap = HeatmapColourMap()
Initializes a new instance of the HeatmapColourMap class.
Properties
FastHeatMapRenderableSeries
public FastHeatMapRenderableSeries FastHeatMapRenderableSeries { get; set; }
value = heatmapColourMap.FastHeatMapRenderableSeries
heatmapColourMap.FastHeatMapRenderableSeries = value
Gets or sets the associated FastHeatMapRenderableSeries to derive color information from
Orientation
public Orientation Orientation { get; set; }
value = heatmapColourMap.Orientation
heatmapColourMap.Orientation = value
Gets or sets Orientation
Events
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
heatmapColourMap.PropertyChanged += handler
Is raised when a property is changed
Fields
FastHeatMapRenderableSeriesProperty
public static readonly DependencyProperty FastHeatMapRenderableSeriesProperty
value = HeatmapColourMap.FastHeatMapRenderableSeriesProperty
Defines the FastHeatMapRenderableSeries DependencyProperty
OrientationProperty
public static readonly DependencyProperty OrientationProperty
value = HeatmapColourMap.OrientationProperty
Defines the Orientation DependencyProperty