ZOrderType
<< Click to Display Table of Contents >> ZOrderType |
Determines the order in which the drawing tool will be rendered. This will help control the ZOrder index between chart objects
An enum determining the drawing tool's ZOrder type. Possible values are:
DrawingToolZOrder.Normal |
Default behavior, drawing tools are rendered as they appear in the ZOrder index |
DrawingToolZOrder.AlwaysDrawnFirst |
Ensures the drawing tool is always the first to be rendered |
DrawingToolZOrder.AlwaysDrawnLast |
Ensures the drawing tool is always the last object to be rendered |
ZOrderType
protected override void OnStateChange() |