Example #1
0
        /// <summary>
        ///
        /// </summary>
        protected override void ReSetLineStudyValue()
        {
            //set outside of if. cause it can be set by client program.
            //this code is called only once
            LineStudyValue.AttachDataSupplier(this, new[] { typeof(double) });
            if (_vp != null)
            {
                _vp.DataContext = LineStudyValue;
            }

            SetDisplayValue();
        }