Version

Search Results

Primitives Property

Gets Primitives for manipulating individual chart elements. Syntax Property Value An IProvidePrimitives implementation. Remarks Developers can use this property to retrieve an IProvidePrimitives implementation for accessing individual graphical elements in the Scene by their row and column indexes.

PrintChart() Method

Prints the chart to the default printer using the default page settings. Syntax

PrintChart(PrinterSettings,PageSettings) Method

Prints the chart to the specified printer using the specified page settings. Syntax Parameters printer The PrinterSettings object that names the printer. If no value is supplied, the default printer will be usedpage The PageSettings object that specifies how the print job will formatted. If no value is supplied, t...

PrintChart Method

Prints the chart to the specified printer using the specified page settings. Overload List

PrintDocument Property

Creates and returns a PrintDocument object used for printing the chart. Syntax Remarks Each request for this property will result in a new PrintDocument being created, so avoid repeated requests to this Property getter. The PrintDocument given by this property is returned and no longer referenced by the chart comp...

ProbabilityChart Property

Returns an Appearance object that you can use to access all the formatting properties of a Probability Chart. Syntax

PyramidChart Property

Contains appearance settings used to configure pyramid charts. Syntax

PyramidChart3D Property

Contains appearance settings used to configure 3D pyramid charts. Syntax

RadarChart Property

Returns an Appearance object that you can use to access all the formatting properties of a Radar Chart. Syntax Example

RemoveMouseDownTool Method

Removes the mouse down tool. Syntax Parameters tool The tool.