Methods by Category

Annotation

DrawArc
Draws an arc, ellipse, or circle.

DrawAxis
Draws an axis with arbitrary ticks and labels.

DrawBeginBlock
Delimits the beginning of a block of drawing commands.

DrawEnableAutoUpdate
Controls automatic window updating.

DrawEndBlock
Delimits the end of a block of drawing commands.

DrawGrid
Draws a set of vertical and horizontal lines.

DrawLine
Draws a series of line segments.

DrawMarker
Draws markers.

DrawNumericAxis
Draws an axis with uniform ticks for a numeric variable.

DrawPath
Draws a connected sequence of lines of varying widths and colors.

DrawPolygon
Draws a polygon.

DrawPolygons
Draws multiple polygons.

DrawPopState
Restores a previous graphical state from a stack.

DrawPushState
Saves the current graphical state to a stack.

DrawRectangle
Draws a rectangle.

DrawRemoveCommands
Removes previously issued drawing commands.

DrawResetState
Restores the graphical state to its default values.

DrawSetBrushColor
Sets the color of the brush.

DrawSetBrushStyle
Sets the hatching style of the brush.

DrawSetPenAttributes
Sets the color, style, and width of the pen.

DrawSetPenColor
Sets the color of the pen.

DrawSetPenStyle
Sets the style (solid, dashed, dotted, etc.) of the pen.

DrawSetPenWidth
Sets the width of the pen.

DrawSetRegion
Sets the current drawing region.

DrawSetTextAlignment
Sets the way that text is positioned about its anchor point.

DrawSetTextAngle
Sets the angle at which text is displayed.

DrawSetTextColor
Sets the color of the text.

DrawSetTextSize
Sets the size of the text.

DrawSetTextStyle
Sets the style (bold, italic, etc.) of the text.

DrawSetTextTypeface
Sets the typeface of the text.

DrawText
Draws text.

DrawUseDataCoordinates
Uses the coordinate system defined by the data.

DrawUseNormalizedCoordinates
Uses a user-defined coordinate system.

Axes

GetAxisTickAnchor
Gets the tick anchor for an axis.

GetAxisTickUnit
Gets the major tick unit for an axis.

SetAxisColor
Sets the color of an axis.

SetAxisLabel
Sets the label for an axis.

SetAxisMinorTicks
Sets the number of minor tick marks for an axis.

SetAxisNumericTicks
Sets the tick anchor, tick unit, and tick range for a numeric interval axis.

SetAxisStyle
Sets the line style for an axis.

SetAxisTickAnchor
Sets the tick anchor for an axis.

SetAxisTickLabelFitPolicy
Sets the tick label fit policy for an axis.

SetAxisTickRange
Sets the tick range for a numeric interval axis.

SetAxisTicks
Sets the locations and labels of major tick marks for an axis.

SetAxisTickUnit
Sets the major tick unit for an axis.

SetAxisWidth
Sets the line width for an axis.

ShowAxes
Shows or hides all axes.

ShowAxesLabels
Shows or hides the labels for all axes.

ShowAxis
Shows or hides an axis.

ShowAxisLabel
Shows or hides the label for an axis.

General

CopyToOutputDocument
Copies a static image of the plot to the output window.

GetVars
Gets the names of the variables used by the plot in a specific role.

SaveToFile
Saves the plot to a graphics file on disk.

SetBackgroundColor
Sets the background color of the Plot Area and the Graph Area.

Graph Area

GetGraphAreaBackgroundColor
Gets the Graph Area background color.

GetGraphAreaMargins
Gets the Graph Area margins.

GetGraphAreaWidthHeight
Gets the width and height of the Graph Area in screen pixels.

SetGraphAreaBackgroundColor
Sets the Graph Area background color.

SetGraphAreaMargins
Sets the Graph Area margins.

Observation Markers and Labels

SetMarkerColor
Sets the fill and outline colors of observation markers.

SetMarkerFillColor
Sets the color used to fill observation markers.

SetMarkerOutlineColor
Sets the color used to outline observation markers.

SetMarkerShape
Sets the shape of observation markers.

SetMarkerSize
Sets the size of observation markers.

SetObsLabelVar
Sets the variable used to label observations.

ShowObs
Controls whether observations are always shown or shown only when selected.

ShowObsLabels
Controls whether observation labels are always displayed or selectively displayed.

Plot Area

GetPlotAreaBackgroundColor
Gets the Plot Area background color.

GetPlotAreaMargins
Gets the Plot Area margins.

SetPlotAreaBackgroundColor
Sets the Plot Area background color.

SetPlotAreaMargins
Sets the Plot Area margins.

Plot Area Frame

SetFrameColor
Sets the color of the framing box surrounding the Plot Area.

SetFrameStyle
Sets the style of the framing box surrounding the Plot Area.

SetFrameWidth
Sets the width of the framing box surrounding the Plot Area.

ShowFrame
Shows or hides the framing box surrounding the Plot Area.

Reference Lines

SetReferenceLineColor
Sets the color of the reference lines.

SetReferenceLineStyle
Sets the style of the reference lines.

SetReferenceLineWidth
Sets the width of the reference lines.

ShowAxisReferenceLines
Shows or hides the reference lines for a specific axis.

ShowReferenceLines
Shows or hides all reference lines.

Title and Footnote

SetFootnoteText
Sets the footnote’s text.

SetTitleText
Sets the title’s text.

ShowFootnote
Shows or hides the footnote.

ShowTitle
Shows or hides the title.