Skip to main content
All docs
V26.1
  • 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.
    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.
    GridSpacing Specifies how frequently the Heatmap Control should plot axis tickmarks and labels.
    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