Search found 1 match

by gilbert
Wed Sep 11, 2013 12:36 pm
Forum: .NET
Topic: Stack Empty Exception when Shadow Effect is applied TChart
Replies: 1
Views: 2662

Stack Empty Exception when Shadow Effect is applied TChart

I want to show shadow effect on every pointers in teechart Series (Trace lines). I do following thing in Steema.TeeChart.WPF.Styles.CustomPoint object to achieve it. Below is the code snippet for your reference. customPoint.Pointer.Visible = plotDataSeries.ShowMarker; // if this is true then it will...