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.
Prints the chart to the default printer using the default page settings. Syntax
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...
Prints the chart to the specified printer using the specified page settings. Overload List
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...
Returns an Appearance object that you can use to access all the formatting properties of a Probability Chart. Syntax
Contains appearance settings used to configure pyramid charts. Syntax
Contains appearance settings used to configure 3D pyramid charts. Syntax
Returns an Appearance object that you can use to access all the formatting properties of a Radar Chart. Syntax Example
Removes the mouse down tool. Syntax Parameters tool The tool.