CodeLensTagProperties.DisplayBeforeCreatingDataPoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines whether this tag should be displayed before creating data points.
public:
property bool DisplayBeforeCreatingDataPoints { bool get(); };
public bool DisplayBeforeCreatingDataPoints { get; }
member this.DisplayBeforeCreatingDataPoints : bool
Public ReadOnly Property DisplayBeforeCreatingDataPoints As Boolean
Property Value
Remarks
true
indicates that the tag should be visualized as soon as possible, before evaluating data points. This value should be used when it's guaranteed that there always be at least one data point for this tag (otherwise it might be visualized as an empty space).
false
indicates that the tag should not be visualized until at least one data point is created for this tag. This value should be used when it's not guaranteed that there will always be at least one data point for this tag. The tag may be visualized later, but will never be visualized empty.