HeatmapAxis Members
Contains settings for heatmap axes.Constructors
| Name | Description |
|---|---|
| HeatmapAxis() | Initializes a new instance of the HeatmapAxis class. |
Fields
| Name | Description |
|---|---|
| AlignmentProperty static | Identifies the Alignment dependency property. |
| AutoGridProperty static | Identifies the AutoGrid dependency property. |
| BrushProperty static | Identifies the Brush dependency property. |
| CustomLabelItemsSourceProperty static | Identifies the CustomLabelItemsSource dependency property. |
| CustomLabelItemTemplateProperty static | Identifies the CustomLabelItemTemplate dependency property. |
| CustomLabelItemTemplateSelectorProperty static | Identifies the CustomLabelItemTemplateSelector dependency property. |
| CustomLabelsProperty static | Identifies the CustomLabels dependency property. |
| GridSpacingProperty static | Identifies the GridSpacing dependency property. |
| LabelProperty static | Identifies the Label dependency property. |
| LabelVisibilityModeProperty static | Identifies the LabelVisibilityMode dependency property. |
| ReverseProperty static | Identifies the Reverse dependency property. |
| ThicknessProperty static | Identifies the Thickness dependency property. |
| TickmarksCrossAxisProperty static | Identifies the TickmarksCrossAxis dependency property. |
| TickmarksLengthProperty static | Identifies the TickmarksLength dependency property. |
| TickmarksThicknessProperty static | Identifies the TickmarksThickness dependency property. |
| TickmarksVisibleProperty static | Identifies the TickmarksVisible dependency property. |
| TitleProperty static | Identifies the Title dependency property. |
| VisibleProperty static | Identifies the Visible dependency property. |
Properties
| 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