Skip to main content
All docs
V23.2

HeatmapAxis Properties

Contains settings for heatmap axes.
Name Description
Alignment Gets or sets the heatmap axis alignment.
AutoGrid Specifies whether the axis grid spacing is automatically calculated.
Brush Gets or sets the brush used to paint the axis line and tickmarks.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CustomLabelItemsSource Gets or sets the collection of View Model objects that is used to create custom labels.
CustomLabelItemTemplate Gets or sets a data template that specifies how to display axis custom labels.
CustomLabelItemTemplateSelector Gets or sets an object that chooses a template for custom axis labels based on custom logic.
CustomLabels Returns the collection of custom axis labels.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
GridSpacing Specifies how frequently the Heatmap Control should plot axis tickmarks and labels.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
Label Gets or sets heatmap axis label options.
LabelVisibilityMode Specifies how to display custom axis labels with default axis labels in a heatmap.
Reverse Specifies whether the axis is reversed.
Thickness Gets or sets the axis line thickness in pixels.
TickmarksCrossAxis Specifies whether tickmarks are shown across the axis.
TickmarksLength Gets or sets the tickmark length in pixels.
TickmarksThickness Gets or sets the thickness of tickmarks in pixels.
TickmarksVisible Specifies whether tickmarks are visible.
Title Gets or sets the axis title.
Visible Specifies whether the axis is visible.
See Also