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
- [SAP] Mailversand einrichten
- [SAP EWM] SAP EWM and SAP ERP integration via CIF
- [SAP] Nutzung der ALV-Anzeige im MM-Reporting
- [Raspberry Pi 4] Raspberry Pi als DNS Server
- [Raspberry Pi] SSH aktivieren
- [Raspberry Pi] Bootoptionen in der config.txt
- [Raspberry Pi 4] Bessere Youtube-Videoperformance in Google Chrome
- [Raspberry Pi 4] Direkt von SSD booten (ohne SD-Karte)
- [ABAP] Fixkontentabelle (T030) auslesen
- [SAPUI5] SAPUI5 Entwicklung mit SAP Business Application Studio (BAS)