update 20260406
This commit is contained in:
@@ -3108,51 +3108,7 @@
|
||||
Copy the smith chart bitmap image in to clipboard.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.SaveImage(System.String)">
|
||||
<summary>
|
||||
Export the smithchart control as an image in the specified image format and saved in the given file path location.
|
||||
</summary>
|
||||
<param name="fileName">The filename with extension that specifies the image will be saved in the mentioned name and image format.</param>
|
||||
<example>
|
||||
<para>This following code explain how to export the smithchart control as an image in the different image format.</para>
|
||||
<code language="C#">
|
||||
<![CDATA[
|
||||
using Syncfusion.WinForms.SmithChart;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
namespace Smithfeature
|
||||
{
|
||||
public partial class ExportImage : Form
|
||||
{
|
||||
SfSmithChart chart = new SfSmithChart();
|
||||
public ExportImage()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.Controls.Add(chart);
|
||||
}
|
||||
<summary>
|
||||
Save image on button click.
|
||||
</summary>
|
||||
private void SaveWithoutArgument_Click(object sender, EventArgs e)
|
||||
{
|
||||
//Save smithchart as image in application location.
|
||||
chart.SaveImage();
|
||||
}
|
||||
<summary>
|
||||
Save image on button click.
|
||||
</summary>
|
||||
private void SaveWithArgument_Click(object sender, EventArgs e)
|
||||
{
|
||||
//Save smithchart as image in mentioned location.
|
||||
chart.SaveImage("D:\\SmithChartImage.jpg");
|
||||
}
|
||||
}
|
||||
}
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "M:Syncfusion.WinForms.SmithChart.SfSmithChart.SaveImage(System.String)" -->
|
||||
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.RefreshArea">
|
||||
<summary>
|
||||
Invalidates the chart and area.
|
||||
@@ -3212,7 +3168,7 @@
|
||||
<summary>
|
||||
Invoked when the <c>KeyDown</c> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
||||
</summary>
|
||||
<param name="e">The <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
|
||||
<param name="e">The <see cref="!:System.Windows.Input.KeyEventArgs"/> that contains the event data. </param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.ResetPositions(Syncfusion.WinForms.SmithChart.DataLabelRegion)">
|
||||
<summary>
|
||||
@@ -3494,7 +3450,7 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.SmithChart.AxisStyle.defaultStyle">
|
||||
<summary>
|
||||
It contains the value of the <see cref="F:Syncfusion.WinForms.SmithChart.AxisStyle.defaultStyle"/> property.
|
||||
It contains the value of the <see cref="!:Syncfusion.WinForms.SmithChart.AxisStyle.DefaultStyle"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.#ctor">
|
||||
@@ -3522,7 +3478,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> to create an identity for <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/>.
|
||||
<see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore)">
|
||||
@@ -3530,7 +3486,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> to create an identity for <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/>.
|
||||
<see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/>.
|
||||
</param>
|
||||
<param name="store">A <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> that holds data for this
|
||||
<see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/>.
|
||||
@@ -3853,7 +3809,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> to create an identity for <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/>.
|
||||
<see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore)">
|
||||
@@ -3861,7 +3817,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> to create an identity for <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/>.
|
||||
<see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/>.
|
||||
</param>
|
||||
<param name="store">A <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> that holds data for this
|
||||
<see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/>.
|
||||
@@ -3943,7 +3899,7 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore">
|
||||
<summary>
|
||||
Provides storage for the <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> object.
|
||||
Provides storage for the <see cref="!:Syncfusion.WinForms.SmithChart.SmithChartStyleInfo"/> object.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.FontProperty">
|
||||
@@ -4065,9 +4021,9 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.GetStaticData">
|
||||
<summary>
|
||||
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.staticData"/> is null.
|
||||
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.staticData"/> is null.
|
||||
</summary>
|
||||
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
|
||||
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoIdentity">
|
||||
<summary>
|
||||
@@ -4092,30 +4048,30 @@
|
||||
<summary>
|
||||
Loops through all base styles until it finds a style that has a specific property initialized.
|
||||
</summary>
|
||||
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
|
||||
<param name="thisStyleInfo">A instance of <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/></param>
|
||||
<returns>
|
||||
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
|
||||
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
|
||||
<summary>
|
||||
Occurs when a property in the <see cref="T:Syncfusion.WinForms.SmithChart.ChartStyle"/> has changed.
|
||||
</summary>
|
||||
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
|
||||
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
|
||||
<param name="style">The <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoBase"/> instance that has changed.</param>
|
||||
<param name="sip">A <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoSubObjectIdentity">
|
||||
<summary>
|
||||
Represents a class that provides style identity information for nested objects of the
|
||||
<see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoSubObjectIdentity" /> class.
|
||||
Represents a class that provides style identity information for nested objects of the
|
||||
<see cref="!:Syncfusion.WinForms.DataGrid.Styles.GridStyleInfo" /> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoSubObjectIdentity"/> class.
|
||||
</summary>
|
||||
<param name="owner">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.</param>
|
||||
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.</param>
|
||||
<param name="owner">The <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoBase"/> that owns this sub-object.</param>
|
||||
<param name="sip">The <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.</param>
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.SmithChart.AxisUtils">
|
||||
<summary>
|
||||
@@ -4417,7 +4373,7 @@
|
||||
<summary>
|
||||
Returns true, If the mouse position is within the rectangle region.
|
||||
</summary>
|
||||
<param name="rect">The <see cref="T:System.Drawing.RectangleF"/></param>
|
||||
<param name="rect">The <see cref="!:Rect"/></param>
|
||||
<param name="mousePos">The Mouse Point</param>
|
||||
<returns>Returns the boolean value</returns>
|
||||
</member>
|
||||
|
||||
Reference in New Issue
Block a user