ChartCommandsBase Properties
Stores base commands for the Chart and Chart 3D.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| ChangePaletteCommand | Specifies the command that applies a palette to the chart. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| ExportToBmpCommand | Specifies the command that invokes the Save As dialog to export the chart to a BMP file. |
| ExportToDocxCommand | Specifies the command that invokes the Save As dialog to export the chart to a DOCX file. |
| ExportToGifCommand | Specifies the command that invokes the Save As dialog to export the chart to a GIF file. |
| ExportToHtmlCommand | Specifies the command that invokes the Save As dialog to export the chart to an HTML file. |
| ExportToJpegCommand | Specifies the command that invokes the Save As dialog to export the chart to a JPEG image. |
| ExportToMhtCommand | Specifies the command that invokes the Save As dialog to export the chart to an MHT file. |
| ExportToPdfCommand | Specifies the command that invokes the Save As dialog to export the chart to a PDF file. |
| ExportToPngCommand | Specifies the command that invokes the Save As dialog to export the chart to a PNG image. |
| ExportToRtfCommand | Specifies the command that invokes the Save As dialog to export the chart to an RTF file. |
| ExportToTiffCommand | Specifies the command that invokes the Save As dialog to export the chart to a TIFF image. |
| ExportToXlsCommand | Specifies the command that invokes the Save As dialog to export the chart to an XLS file. |
| ExportToXlsxCommand | Specifies the command that invokes the Save As dialog to export the chart to an XLSX file. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| PrintCommand | Specifies the command that invokes the chart Print dialog. |
| PrintPreviewCommand | Specifies the command that invokes the chart Print Preview dialog. |
| RibbonPrintPreviewCommand | Specifies the command that invokes the chart Print Preview dialog with a Ribbon. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
See Also