GraphPane myPane = zedGraph.GraphPane; myPane.Legend.IsVisible = true; myPane.Legend.Position = LegendPos.Float; // freie Positionierung myPane.Legend.Location = new Location(0.98f, 0.02f, CoordType.PaneFraction, AlignH.Right, AlignV.Top); // rechts oben in der Ecke myPane.Legend.Fill.Color = Color.White; myPane.Legend.FontSpec.Size = 10; myPane.Legend.IsHStack = false; // Bezeichner untereinander
Kategorien
-
Neueste Beiträge
- [ABAP] Workflow: Workitems zu Objekt
- [RAP] Excel-Upload in Fiori-Apps
- [ABAP] OLE2-Objekt ‚SAPINFO‘ aufrufen
- [ABAP] Excel-Daten mit XCO API (xco_cp_xlsx) lesen
- [ABAP] Daten einer internen Tabelle als Excel-Datei speichern (xco_cp_xlsx)
- [ABAP] JSON -> ABAP (xco_cp_json)
- [ABAP] ABAP -> JSON (xco_cp_json)
- [ABAP] String nach SYMSG-Struktur konvertieren
- [ABAP] Unix-Timestamp erzeugen
- [ABAP] SALV-Grid: Eventhandler für Doppelklick auf eine Zelle (double_click)