double[] x = { 0, 10, 20, 30, 40, 50 };
double[] y = { 10, 1, 5, 0, 9, 8 };
LineItem curve = myPane.AddCurve("Spline", x, y, Color.Blue, SymbolType.Diamond );
curve.Symbol.Fill = new Fill(Color.White);
curve.Symbol.Size = 3;
curve.Line.IsSmooth = true; // Splinedarstellung einschalten
curve.Line.SmoothTension = 0.5F; // "Kurvigkeit" festlegen
Kategorien
-
Neueste Beiträge
- Kartoffelsalat – Variante 2
- [SAP] Aktivierung des Material Ledgers (ML)
- GraphQL-Implementierung in PHP
- [SAP] MM Kontenfindung
- [SAP] Automatische Buchungen: Konto-Modifikation (KOMOK)
- [SAP] Kontenpflege
- Epstein-Barr-Virus steht im Verdacht, Multiple Sklerose auszulösen
- [ABAP] SAP Customer-Exits
- [RAP] Workshops about Development with ABAP Cloud
- [API] Übersicht zu APIs