Example #1
0
 // -------------------------------------------------        SectorTextView
 private void SectorTextView (RoundPlotTextView view)
 {
     piecharts [iPieTouched] .SectorComments [iCmntTouched] .TextView = view; 
     Invalidate ();
 }
Example #2
0
 // -------------------------------------------------        PieSectorTextView
 private void PieSectorTextView (RoundPlotTextView view)
 {
     elems [iElement] .PieChart .SectorComments [iCmntTouched] .TextView = view;
     Invalidate ();
 }
Example #3
0
 // -------------------------------------------------        SectorTextView
 private void SectorTextView (RoundPlotTextView view)
 {
     ringsets [iRingSetTouched] .Rings [iRingTouched] .Comments [iCmntTouched] .TextView = view;
     Invalidate ();
 }
Example #4
0
 // -------------------------------------------------        RingsSectorTextView
 private void RingsSectorTextView (RoundPlotTextView view)
 {
     elems [iElement] .RingSet .Rings [iRingTouched] .Comments [iCmntTouched] .TextView = view;
     Invalidate ();
 }