OnGraphDrawItem

Revision as of 23:17, 4 March 2019 by Lchrisman (talk | contribs) (Created page with "This system index is used be the local variable '''<code>info</code>''' in the OnGraphDraw attribute. The GraphToCanvasCoord function knows how to use information con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This system index is used be the local variable info in the OnGraphDraw attribute.

The GraphToCanvasCoord function knows how to use information contained in «info».

System Index OnGraphDrawItem

Index that lists the the fields of «info» in OnGraphDraw. The items (members of «info») are as follows:

  • "Width": The total width of the graph drawing surface in pixels. Includes the plot area, areas for axis titles, labels, and for keys.
  • "Height": The total height of the graph drawing surface in pixels.
  • "PlotAreaLeft", "PlotAreaTop", "PlotAreaWidth", "PlotAreaHeight": The rectangle inside the axes where data is plotted.
  • "ChartType":
  • "ViewMode":
  • "Result":
  • "SwapXY": Boolean, true when the vertical axis in the independent axis (i.e., X).
  • "BarOverlap":
  • "BarWidth":
  • "BarWidthPix":
  • "CategoryGap":
  • "CategoryGapPix"

See Also

Comments


You are not allowed to post comments.