Пример #1
0
 private void button1_Click(object sender, System.EventArgs e)
 {
     Editors.CustomShapeEditor s =
         new Editors.CustomShapeEditor(tChart1.Axes.Left.Labels.Items[(int)numericUpDown1.Value]);
     Steema.TeeChart.Editors.EditorUtils.Translate(s);
     Steema.TeeChart.Editors.EditorUtils.ShowFormModal(s, this);
 }
 private void button1_Click(object sender, System.EventArgs e)
 {
     Editors.CustomShapeEditor s = new Editors.CustomShapeEditor(LabelsFormat());
     Steema.TeeChart.Editors.EditorUtils.ShowFormModal(s, this);
 }
 private void button1_Click(object sender, System.EventArgs e)
 {
     Editors.CustomShapeEditor a = new Editors.CustomShapeEditor(pie1.Marks.Items[Convert.ToInt16(numericUpDown1.Value)]);
     Steema.TeeChart.Editors.EditorUtils.Translate(a);
     Editors.EditorUtils.ShowFormModal(a, this);
 }