Loading...
Searching...
No Matches
ATAS.Indicators.Heatmap.IHeatmapVisualLease Interface Reference

Per-visual mutation surface inside the lease. Style and presentation are mutable properties on the lease; series content is mutated through Series<TValue>. More...

Inheritance diagram for ATAS.Indicators.Heatmap.IHeatmapVisualLease:
[legend]

Public Member Functions

IHeatmapSeriesLease< TValue > Series< TValue > (HeatmapIndicatorSeriesHandle< TValue > handle)
 Address a series for mutation. Throws if the supplied handle does not belong to this visual.
 

Properties

HeatmapIndicatorVisualStyle? Style [get, set]
 Set the active visual style. Setting null falls back to the descriptor default.
 
HeatmapIndicatorVisualPresentation? Presentation [get, set]
 Set the active presentation hints. Setting null falls back to the descriptor default.
 

Detailed Description

Per-visual mutation surface inside the lease. Style and presentation are mutable properties on the lease; series content is mutated through Series<TValue>.

Member Function Documentation

◆ Series< TValue >()

IHeatmapSeriesLease< TValue > ATAS.Indicators.Heatmap.IHeatmapVisualLease.Series< TValue > ( HeatmapIndicatorSeriesHandle< TValue >  handle)

Address a series for mutation. Throws if the supplied handle does not belong to this visual.

Property Documentation

◆ Presentation

HeatmapIndicatorVisualPresentation? ATAS.Indicators.Heatmap.IHeatmapVisualLease.Presentation
getset

Set the active presentation hints. Setting null falls back to the descriptor default.

◆ Style

HeatmapIndicatorVisualStyle? ATAS.Indicators.Heatmap.IHeatmapVisualLease.Style
getset

Set the active visual style. Setting null falls back to the descriptor default.


The documentation for this interface was generated from the following file: