13. Overview MarkerΒΆ

  Create and Destroy
MarkerCreate Creates a symbol to mark data points of a dataset.
MarkerDestroy The MarkerDestroy function destroys the given marker object and frees any memory the marker object occupied.
  Set
MarkerSetEdgeColor MarkerSetEdgeColor sets the edge color of a marker symbol.
MarkerSetEdgeWidth MarkerSetEdgeWidth sets the edge width of a marker symbol in steps of 0.1 mm.
MarkerSetFillColor MarkerSetFillColor sets the fill color of a marker symbol.
MarkerSetSize MarkerSetSize sets the size of a marker.
MarkerSetStyle MarkerSetStyle sets the style of a marker symbol.
  Get
MarkerGetEdgeColor Returns the edge color of a marker symbol.
MarkerGetEdgeWidth Returns the edge width of a marker symbol.
MarkerGetFillColor MarkerGetFillColor returns the fill color of a marker symbol.
MarkerGetSize Returns the marker size in centimeters.
MarkerGetStyle Returns the style of a marker symbol.

id-1074245