ChartWizardMessagesSettingsBuilder
Methods
Window(System.Action)
Parameters
configurator - System.Action<ChartWizardMessagesWindowSettingsBuilder>
The configurator for the window setting.
RETURNS
Returns the current instance of ChartWizardMessagesSettingsBuilder .
Export(System.String)
Specifies the text of the export button.
Parameters
value - System.String
The value for Export
RETURNS
Returns the current ChartWizardMessagesSettingsBuilder instance.
ExportPDF(System.String)
Specifies the text of the export to PDF item.
Parameters
value - System.String
The value for ExportPDF
RETURNS
Returns the current ChartWizardMessagesSettingsBuilder instance.
ExportSVG(System.String)
Specifies the text of the export to SVG item.
Parameters
value - System.String
The value for ExportSVG
RETURNS
Returns the current ChartWizardMessagesSettingsBuilder instance.
ExportPNG(System.String)
Specifies the text of the export to PNG item.
Parameters
value - System.String
The value for ExportPNG
RETURNS
Returns the current ChartWizardMessagesSettingsBuilder instance.
Tab(System.Action)
Specifies the text of the tabs.
Parameters
configurator - System.Action<ChartWizardMessagesTabSettingsBuilder>
The configurator for the tab setting.
RETURNS
Returns the current instance of ChartWizardMessagesSettingsBuilder .
Chart(System.Action)
Specifies the text of the chart tab content.
Parameters
configurator - System.Action<ChartWizardMessagesChartSettingsBuilder>
The configurator for the chart setting.
RETURNS
Returns the current instance of ChartWizardMessagesSettingsBuilder .
Data(System.Action)
Specifies the text of the data tab content.
Parameters
configurator - System.Action<ChartWizardMessagesDataSettingsBuilder>
The configurator for the data setting.
RETURNS
Returns the current instance of ChartWizardMessagesSettingsBuilder .
Format(System.Action)
Specifies the text of the format tab content.
Parameters
configurator - System.Action<ChartWizardMessagesFormatSettingsBuilder>
The configurator for the format setting.
RETURNS
Returns the current instance of ChartWizardMessagesSettingsBuilder .