Represents a HeatMap element.
- Inheritance:
-
object
Visual
UIElement
Framework
Element Control ContentControl object
Constructors
MicroHeatMapPresenter()
Initializes a new instance of the Micro
Properties
ColorMaximum
Gets or sets the maximum value of data represented by the color of the Micro
Property Value
- double:
The maximum value of the data set represented by color. The default value is
1.0
.
ColorMinimum
Gets or sets the minimum value of data represented by the color of the Micro
Property Value
- double:
The minimum value of the data set represented by color. The default value is
0.0
.
ColorValue
Gets or sets a value represented by the color of the Micro
Property Value
- double:
This marker's value to be represented by color. The default value is
0.0
.
GradientStops
Gets or sets a collection of GradientStops used to the color of the Micro
Property Value
- Gradient
Stop :Collection The collection of GradientStops to select the control's color from. The default value is
null
.
IsSizingEnabled
Gets or sets whether or not the control can change size Micro
Property Value
- bool:
A boolean determining if the control can change size. The default value is
false
.
LegendStringFormat
Gets or sets the format that the Micro
Property Value
- string:
The string format that determines how to display a ToolTip. The default value is
null
.
Remarks
The format string will be passed the following parameters:
- {0} - The value represented by color.
- {1} - The minimum color value.
- {2} - The maximum color value.
- {3} - The value represented by size.
- {4} - The minimum size value.
- {5} - The maximum size value.
MarkerStyle
Gets or sets the style of the marker of the Micro
Property Value
- Style:
This marker's style. The default value is
null
.
SizeMaximum
Gets or sets the maximum value of data represented by the size of the Micro
Property Value
- double:
The maximum value of the data set represented by size. The default value is
1.0
.
SizeMinimum
Gets or sets the minimum value of data represented by the size of the Micro
Property Value
- double:
The minimum value of the data set represented by size. The default value is
0.0
.
SizeValue
Gets or sets a value represented by the size of the Micro
Property Value
- double:
This marker's value to be represented by size. The default value is
1.0
.
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes call ApplyTemplate
.
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific Automation
Returns
- Automation
Peer : The class-specific Automation
Peer subclass to return.
Fields
ColorMaximumProperty
Identifies the Color
ColorMinimumProperty
Identifies the Color
ColorValueProperty
Identifies the Color
GradientStopsProperty
Identifies the Gradient
IsSizingEnabledProperty
Identifies the Is
LegendStringFormatProperty
Identifies the Legend
MarkerStyleProperty
Identifies the Marker
SizeMaximumProperty
Identifies the Size
SizeMinimumProperty
Identifies the Size
SizeValueProperty
Identifies the Size