update 20260406

This commit is contained in:
Stefan Hutter
2026-04-06 12:40:02 +02:00
parent e82057b6e4
commit 7a28e0c2bb
519 changed files with 318370 additions and 634840 deletions

View File

@@ -151,8 +151,7 @@
<summary>
Display the callout label to editing.
</summary>
<param name="chart">The chart area host where the callout is displayed.</param>
<param name="calloutInfo">The callout label.</param>
<param name="CalloutInfo">The callout label.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartCalloutPropertiesDialog.bttnOK_Click(System.Object,System.EventArgs)">
<summary>
@@ -467,12 +466,6 @@
Specifies the series's index when mouse hovering on the legend item and the correspnding series will be highlighted.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.VisualTheme">
<summary>
Hidden from designer property grid - this property sets the Public API Skins property
that controls the chart's visual theme appearance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.Crosshair">
<summary>
Gets or sets the Crosshair.
@@ -485,11 +478,6 @@
Use this property to customize trackball line, tooltip, symbol etc..,
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.Tooltip">
<summary>
Gets or sets the tooltip configuration for the chart.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.FormatAxisLabels">
<summary>
Gets whether ChartFormatAxisLabel event will be fired or not
@@ -512,9 +500,7 @@
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.Localize">
<summary>
Gets or sets the localize, Hides the Localize property from design-time property browsers.
This property is used internally by the localization API to manage localization values.
It should not be modified directly in the designer.
Gets or sets the localize.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.LocalizationPath">
@@ -540,8 +526,6 @@
<summary>
Gets or sets a value indicating whether the chart control is working as simple object.
If it's true then chart don't uses functional of the control.
This property is hidden from the designer property grid and IntelliSense. This is primarily for advanced
rendering scenarios and should not be set in the designer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.ActiveIndex">
@@ -760,19 +744,6 @@
<value></value>
<returns>A <see cref="T:System.Windows.Forms.Cursor"/> that represents the cursor to display when the mouse pointer is over the control.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.Font">
<summary>
Hides the base Font property from the designer property grid and IntelliSense.
This property is explicitly hidden because individual chart elements (titles, axes, legends)
implement their own font styling properties.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.AllowDrop">
<summary>
Hides the base Allow Drop property from the designer property grid and IntelliSense.
This property is explicitly hidden because it is not used at designer time.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartControl.KeyZoom">
<summary>
Gets or sets a value that Enables or Disables zooming with keyboard shortcuts.
@@ -1367,6 +1338,11 @@
Initializes the gesture flags GF_INERTIA.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Chart.ChartControl._iArguments">
<summary>
Initializes the gesture flags _iArguments.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Chart.ChartControl.ULL_ARGUMENTS_BIT_MASK">
<summary>
Initializes the gesture flags ULL_ARGUMENTS_BIT_MASK.
@@ -1407,9 +1383,6 @@
<param name="m">Gesture messages</param>
<returns>true/false</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartControl.WndProc(System.Windows.Forms.Message@)">
<inheritdoc/>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartControl.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.ChartControl"/> class.
@@ -2139,7 +2112,7 @@
Change callout shape on mouse drag and drop.
</summary>
<param name="calloutData">The information of callout data label.</param>
<param name="mousePt">The ended position of the mouse point.</param>
<param name="mousePoint">The ended position of the mouse point.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartControl.ZoomNeededAxes(System.Drawing.PointF,System.Drawing.PointF,Syncfusion.Windows.Forms.Chart.ChartOrientation)">
<summary>
@@ -4457,7 +4430,6 @@
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.TagMenuItem"/> class.
</summary>
<param name="name">The name.</param>
<param name="localizedText">The localized display text for the menu item.</param>
<param name="tag">The tag.</param>
<param name="onclick">The onclick.</param>
</member>
@@ -4481,7 +4453,6 @@
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.TagMenuItem"/> class.
</summary>
<param name="tag">The tag.</param>
<param name="localizedText">The localized display text for the menu item.</param>
<param name="onclick">The onclick.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.TagMenuItem.#ctor(System.Object)">
@@ -4597,11 +4568,6 @@
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.ChartBindingSourceWizard"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartBindingSourceWizard.BindingSourceSelector">
<summary>
Gets the combo box control used to select the data binding source.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Chart.ChartBindingSourceWizard.components">
<summary>
Required designer variable.
@@ -5722,14 +5688,12 @@
</summary>
<param name="collection">Property descriptor collection for data source object</param>
<param name="parent">Parent property name of data source instance </param>
<param name="level">The maximum depth to traverse in the property hierarchy.</param>
<param name="count">The current depth level during recursion.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartWizardForm.SetChart(Syncfusion.Windows.Forms.Chart.ChartControl)">
<summary>
Copies and applies settings from the chart.
</summary>
<param name="chart">Instance of the ChartControl</param>
<param name="chart">Incatnse of the ChartControl</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartWizardForm.SetChartParameters(Syncfusion.Windows.Forms.Chart.ChartControl)">
<summary>
@@ -6699,17 +6663,9 @@
</summary>
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.LocalizationBase">
<summary>
Serves as the abstract base class for managing localized resources.
</summary>
<remarks>
Provides mechanisms to load and retrieve localized strings from RESX files or embedded resources, based on culture-specific settings.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.LocalizationBase.IsDefaultResource">
<summary>
Returns true or False value based on the DefaultResource.
Retunrs true or False value based on the DefaultResource.
</summary>
exclude/>
</member>
@@ -6744,26 +6700,6 @@
<returns></returns>
<exclude/>
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.ChartLocalizationStrings">
<summary>
Provides localized strings for chart-related user interface elements and messages.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartLocalizationStrings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.ChartLocalizationStrings"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartLocalizationStrings.#ctor(System.Globalization.CultureInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.ChartLocalizationStrings"/> class using the specified culture.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartLocalizationStrings.#ctor(System.String,System.Globalization.CultureInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.ChartLocalizationStrings"/> class with a resource path and culture.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartLocalizationStrings.IsDefault">
<summary>
Gets the Localized value of DefaultResource.
@@ -6965,11 +6901,6 @@
Looks up a localized string similar to Zooming.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.SparkLineType">
<summary>
Specifies the type of sparkline to render in the chart control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Chart.SparkLineType.Line">
<summary>
LineSparkline is used for identifying patterns and trends in the data such as seasonal effects, large changes and turning points over a period of time.
@@ -6985,73 +6916,54 @@
WinLossSparkline is used to show whether each value is positive or negative visualizing a Win/Loss scenario.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.SparkLine">
<summary>
Represents a lightweight chart control that displays trends or variations in data over time or categories.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Chart.SparkLine.m_sparkLineType">
<summary>
Gets or sets the series type of the sparkline control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Chart.SparkLine.List">
<summary>
Holds the list of objects.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.Source">
<summary>
Gets or sets the data source of the Sparkline control.
Source is handled programmatically for better control and flexibility.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.ControlWidth">
<summary>
Used to change Width of Sparkline control.
This property is explicitly hidden from designer because it is a Get property
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.ControlHeight">
<summary>
Used to change Height of Sparkline control.
This property is explicitly hidden from designer because it is a Get property
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.StartPoint">
<summary>
Gets or sets the StartPoint of Sparkline control.
This property is explicitly hidden from designer. Used internally by Sparkline chart control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.EndPoint">
<summary>
Gets or sets the EndPoint of Sparkline control.
This property is explicitly hidden from designer. Used internally by Sparkline chart control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.LowPoint">
<summary>
Gets or sets the LowPoint of Sparkline control.
This property is explicitly hidden from designer. Used internally by Sparkline chart control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.HighPoint">
<summary>
Gets or sets the HighPoint of Sparkline control.
This property is explicitly hidden from designer. Used internally by Sparkline chart control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.NegativeItem">
<summary>
Gets or sets the NegativeItem of Sparkline control.
This property is explicitly hidden from designer. Used internally by Sparkline chart control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.BackInterior">
<summary>
Customizes the background color of the control. By default, it is set to White color.
This property is explicitly hidden from designer, as this is managed internally for sparkline chart controls.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.Type">
@@ -7062,49 +6974,16 @@
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.LineStyle">
<summary>
Customizes the styles of Line sparkline.
This property is explicitly hidden from designer because it is a Get property
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.ColumnStyle">
<summary>
Customizes the styles of Column and WinLoss sparklines.
This property is explicitly hidden from designer because it is a Get property
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.Markers">
<summary>
Enables the markers support to sparkline.
This property is explicitly hidden from designer because it is a Get property
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value for the control.
This property is explicitly hidden from designer, as this is managed internally for sparkline chart controls.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.ForeColor">
<summary>
Gets or sets ForeColor. This member overrides <see cref="P:System.Windows.Forms.Control.ForeColor"/>
This property is explicitly hidden from designer, as this is managed internally for sparkline chart controls.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.Text">
<summary>
Gets or sets Text. This member overrides <see cref="P:System.Windows.Forms.Control.Text"/>
This property is explicitly hidden from designer, as this is managed internally for sparkline chart controls.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.AllowDrop">
<summary>
Hides the base Allow Drop property from the designer property grid and IntelliSense.
This property is explicitly hidden because it is not used at designer time.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.SparkLine.BackColor">
<summary>
Gets or sets BackColor property. This member overrides <see cref="P:System.Windows.Forms.Control.BackColor"/>
This property is explicitly hidden, which is managed internally for Saprkline chart controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.SparkLine.#ctor">
@@ -7112,31 +6991,6 @@
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.SparkLine"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.SparkLine.GetHighPoint">
<summary>
Retrieves the HighPoint of the Sparkline control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.SparkLine.GetLowPoint">
<summary>
Retrieves the LowPoint of the Sparkline control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.SparkLine.GetStartPoint">
<summary>
Retrieves the StartPoint of the Sparkline control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.SparkLine.GetEndPoint">
<summary>
Retrieves the EndPoint of the Sparkline control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.SparkLine.GetNegativePoint">
<summary>
Retrieves the NegativeItem of the Sparkline control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.SparkLine.OnListChanged(System.Object,System.ComponentModel.ListChangedEventArgs)">
<summary>
Event that is raised when the source list changed.
@@ -7429,9 +7283,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarSaveItem.GetHashCode">
<inheritdoc/>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarSaveItem.OnClick">
<summary>
Called when the item is clicked.
@@ -7490,9 +7341,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarCopyItem.GetHashCode">
<inheritdoc/>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarCopyItem.OnClick">
<summary>
Called when the item is clicked.
@@ -7551,9 +7399,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarPrintItem.GetHashCode">
<inheritdoc/>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarPrintItem.OnClick">
<summary>
Called when the item is clicked.
@@ -7612,9 +7457,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarPrintPreviewItem.GetHashCode">
<inheritdoc/>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarPrintPreviewItem.OnClick">
<summary>
Called when the item is clicked.
@@ -7673,9 +7515,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarPaletteItem.GetHashCode">
<inheritdoc/>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarPaletteItem.OnClick">
<summary>
Called when the item is clicked.
@@ -7747,9 +7586,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarStyleItem.GetHashCode">
<inheritdoc/>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarStyleItem.OnClick">
<summary>
Called when the item is clicked.
@@ -7815,9 +7651,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarTypeItem.GetHashCode">
<inheritdoc/>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarTypeItem.OnClick">
<summary>
Called when the item is clicked.
@@ -7883,9 +7716,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarSeries3DItem.GetHashCode">
<inheritdoc/>
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.ChartToolBarShowLegendItem">
<summary>
Represents default toolbar item. This item provides the legend showing feature.
@@ -7938,9 +7768,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarShowLegendItem.GetHashCode">
<inheritdoc/>
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.ChartToolBarInfo">
<summary>
The ChartToolBarInfo class which stores the information of ToolBar.
@@ -8340,9 +8167,6 @@
<param name="obj">Object to be compared</param>
<returns>Returns true or false based on the DefaultName property</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarSplitter.GetHashCode">
<inheritdoc/>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartToolBarSplitter.Draw(System.Drawing.Graphics)">
<summary>
Draws the specified g.
@@ -8886,53 +8710,9 @@
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.ChartTooltip">
<summary>
ChartTooltip is often used to specify extra information when the mouse pointer moved over an element.
Class to customize the tooltip
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartTooltip.#ctor(Syncfusion.Windows.Forms.Chart.ChartControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.ChartTooltip"/> class using the specified chart control's tooltip settings.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartTooltip.Padding">
<summary>
Gets or sets the padding for the chart tooltip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartTooltip.Font">
<summary>
Gets or sets the Font used to render the chart tooltip text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartTooltip.BorderStyle">
<summary>
Gets or sets the border style for the chart tooltip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartTooltip.BackgroundImage">
<summary>
Gets or sets the background image for the chart tooltip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartTooltip.BackgroundColor">
<summary>
Gets or sets the background color for the chart tooltip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Chart.ChartTooltip.ForeColor">
<summary>
Gets or sets the foreground color for the chart tooltip.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.ChartCrosshair">
<summary>
ChartCrosshair enables viewing of information related to Chart coordinates, at mouse over position or at touch contact point inside a Chart.
</summary>
<remarks>
ChartCrosshair displays a vertical line, horizontal line and a popup like control displaying information about the data point
At touch contact point or at mouse over position. You can also customize the look of cross hair and information displayed in a label.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ChartCrosshair.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.ChartCrosshair"/> class.
@@ -8996,11 +8776,6 @@
Gets or sets the Symbol options used to highlight the data point. You can customize the shape, interior and border color of the symbol to be highlighted using this instance.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.AxisTooltipEventArgs">
<summary>
Represents the event data for axis tooltip customization, including appearance and content settings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.AxisTooltipEventArgs.#ctor(System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Chart.AxisTooltipEventArgs"/> class.
@@ -9164,41 +8939,6 @@
Class that holds information reuired to draw track tooltip and highlighting symbol
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Chart.ContextMenuHelper">
<summary>
Provides internal helper methods for managing context menu items across different framework targets.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ContextMenuHelper.GetMenuItems(System.Windows.Forms.MenuItem)">
<summary>
Retrieves the collection of child menu items for a given menu item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ContextMenuHelper.GetIndex(System.Windows.Forms.MenuItem)">
<summary>
Retrieves the index of a menu item within its parent collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ContextMenuHelper.GetContextMenuItems(System.Windows.Forms.ContextMenu)">
<summary>
Retrieves the collection of menu items from a context menu.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ContextMenuHelper.GetParent(System.Windows.Forms.MenuItem)">
<summary>
Retrieves the parent menu of a given menu item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ContextMenuHelper.AddMenuItem(System.Windows.Forms.Menu.MenuItemCollection,System.String,System.EventHandler)">
<summary>
Adds a new menu item to the specified collection with a text and event handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Chart.ContextMenuHelper.AddItem(System.Windows.Forms.Menu.MenuItemCollection,System.String,System.EventHandler)">
<summary>
Adds a new item to the specified menu item collection with the given text and event handler.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Chart.Native.PRF_CHECKVISIBLE">
<summary>
Windows message.