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

    Stores commands for the 3D Chart.

    Constructors

    Name Description
    Chart3DCommands() Initializes a new instance of the Chart3DCommands class.

    Fields

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

    Properties

    Name Description
    ChangePaletteCommand Specifies the command that applies a palette to the chart. Inherited from ChartCommandsBase.
    ExportToBmpCommand Specifies the command that invokes the Save As dialog to export the chart to a BMP file. Inherited from ChartCommandsBase.
    ExportToDocxCommand Specifies the command that invokes the Save As dialog to export the chart to a DOCX file. Inherited from ChartCommandsBase.
    ExportToGifCommand Specifies the command that invokes the Save As dialog to export the chart to a GIF file. Inherited from ChartCommandsBase.
    ExportToHtmlCommand Specifies the command that invokes the Save As dialog to export the chart to an HTML file. Inherited from ChartCommandsBase.
    ExportToJpegCommand Specifies the command that invokes the Save As dialog to export the chart to a JPEG image. Inherited from ChartCommandsBase.
    ExportToMhtCommand Specifies the command that invokes the Save As dialog to export the chart to an MHT file. Inherited from ChartCommandsBase.
    ExportToPdfCommand Specifies the command that invokes the Save As dialog to export the chart to a PDF file. Inherited from ChartCommandsBase.
    ExportToPngCommand Specifies the command that invokes the Save As dialog to export the chart to a PNG image. Inherited from ChartCommandsBase.
    ExportToRtfCommand Specifies the command that invokes the Save As dialog to export the chart to an RTF file. Inherited from ChartCommandsBase.
    ExportToTiffCommand Specifies the command that invokes the Save As dialog to export the chart to a TIFF image. Inherited from ChartCommandsBase.
    ExportToXlsCommand Specifies the command that invokes the Save As dialog to export the chart to an XLS file. Inherited from ChartCommandsBase.
    ExportToXlsxCommand Specifies the command that invokes the Save As dialog to export the chart to an XLSX file. Inherited from ChartCommandsBase.
    PrintCommand Specifies the command that invokes the chart Print dialog. Inherited from ChartCommandsBase.
    PrintPreviewCommand Specifies the command that invokes the chart Print Preview dialog. Inherited from ChartCommandsBase.
    RibbonPrintPreviewCommand Specifies the command that invokes the chart Print Preview dialog with a Ribbon. Inherited from ChartCommandsBase.
    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. Inherited from ChartCommandsBase.

    Events

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