Skip to main content
All docs
V26.1
  • ChartCommandsBase Properties

    Stores base commands for the Chart and Chart 3D.
    Name Description
    ChangePaletteCommand Specifies the command that applies a palette to the chart.
    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.
    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