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

    Stores base commands for the Chart and Chart 3D.

    Fields

    Name Description
    ChangePaletteCommandProperty static Identifies the ChartCommandsBase.ChangePaletteCommand dependency property.
    ExportToBmpCommandProperty static Identifies the ChartCommandsBase.ExportToBmpCommand dependency property.
    ExportToDocxCommandProperty static Identifies the ChartCommandsBase.ExportToDocxCommand dependency property.
    ExportToGifCommandProperty static Identifies the ChartCommandsBase.ExportToGifCommand dependency property.
    ExportToHtmlCommandProperty static Identifies the ChartCommandsBase.ExportToHtmlCommand dependency property.
    ExportToJpegCommandProperty static Identifies the ChartCommandsBase.ExportToJpegCommand dependency property.
    ExportToMhtCommandProperty static Identifies the ChartCommandsBase.ExportToMhtCommand dependency property.
    ExportToPdfCommandProperty static Identifies the ChartCommandsBase.ExportToPdfCommand dependency property.
    ExportToPngCommandProperty static Identifies the ChartCommandsBase.ExportToPngCommand dependency property.
    ExportToRtfCommandProperty static Identifies the ChartCommandsBase.ExportToRtfCommand dependency property.
    ExportToTiffCommandProperty static Identifies the ChartCommandsBase.ExportToTiffCommand dependency property.
    ExportToXlsCommandProperty static Identifies the ChartCommandsBase.ExportToXlsCommand dependency property.
    ExportToXlsxCommandProperty static Identifies the ChartCommandsBase.ExportToXlsxCommand dependency property.
    PrintCommandProperty static Identifies the ChartCommandsBase.PrintCommand dependency property.
    PrintPreviewCommandProperty static Identifies the ChartCommandsBase.PrintPreviewCommand dependency property.
    RibbonPrintPreviewCommandProperty static Identifies the ChartCommandsBase.RibbonPrintPreviewCommand dependency property.

    Properties

    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.

    Methods

    Name Description
    ShouldSerializeChangePaletteCommand(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.

    Events

    Name Description
    PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
    See Also