コード例 #1
0
ファイル: Form_PieCharts.cs プロジェクト: enildne/zest
 // -------------------------------------------------        SectorTextView
 private void SectorTextView (RoundPlotTextView view)
 {
     piecharts [iPieTouched] .SectorComments [iCmntTouched] .TextView = view; 
     Invalidate ();
 }
コード例 #2
0
ファイル: Form_Medley.cs プロジェクト: enildne/zest
 // -------------------------------------------------        PieSectorTextView
 private void PieSectorTextView (RoundPlotTextView view)
 {
     elems [iElement] .PieChart .SectorComments [iCmntTouched] .TextView = view;
     Invalidate ();
 }
コード例 #3
0
ファイル: Form_RingSets.cs プロジェクト: enildne/zest
 // -------------------------------------------------        SectorTextView
 private void SectorTextView (RoundPlotTextView view)
 {
     ringsets [iRingSetTouched] .Rings [iRingTouched] .Comments [iCmntTouched] .TextView = view;
     Invalidate ();
 }
コード例 #4
0
ファイル: Form_Medley.cs プロジェクト: enildne/zest
 // -------------------------------------------------        RingsSectorTextView
 private void RingsSectorTextView (RoundPlotTextView view)
 {
     elems [iElement] .RingSet .Rings [iRingTouched] .Comments [iCmntTouched] .TextView = view;
     Invalidate ();
 }