IsXPropertiesVisible
<< Click to Display Table of Contents >> IsXPropertiesVisible |
Indicates the anchor's X properties are visible on the UI. When set to true, the X values can be viewed from the Drawing Objects properties.
A bool value which when true will display the anchor's X (time) data values from the drawing object properties; otherwise false. Default value is true.
protected override void OnStateChange() { MyAnchor = new ChartAnchor(); MyAnchor.IsXPropertiesVisible = true; } else if (State == State.Configure) {
} |