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