You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OnDoc/Client/bin/Release/Syncfusion.SfSmithChart.Win...

4466 lines
214 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.SfSmithChart.WinForms</name>
</assembly>
<members>
<member name="T:Syncfusion.WinForms.SmithChart.IMethodInvoker">
<summary>
Represents the interface for IMethodInvoker
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.IMethodInvoker.Invoke(System.Object,System.Object[])">
<summary>
Invokes the method.
</summary>
<param name="instance">The Method Instance</param>
<param name="parameters">The Parameters</param>
<returns>The Method Output</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.IFastReflectionFactory`2">
<summary>
Represents the interface for IFastReflectionFactory.
</summary>
<typeparam name="TKey">The Key</typeparam>
<typeparam name="TValue">The Value</typeparam>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.IFastReflectionFactory`2.Create(`0)">
<summary>
Gets the Value.
</summary>
<param name="key">The Key</param>
<returns>The TValue</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.IFastReflectionCache`2">
<summary>
Represents the interface for IFastReflectionCache.
</summary>
<typeparam name="TKey">The Key</typeparam>
<typeparam name="TValue">The Value</typeparam>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.IFastReflectionCache`2.Get(`0)">
<summary>
Gets the Value.
</summary>
<param name="key">The Key</param>
<returns>The TValue</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.IPropertyAccessor">
<summary>
Represents the interface for the IPropertyAccessor.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.IPropertyAccessor.GetValue(System.Object)">
<summary>
The Method of GetValue.
</summary>
<param name="instance">The Instance</param>
<returns>The Instance Object.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.IPropertyAccessor.SetValue(System.Object,System.Object)">
<summary>
The Method of SetValue.
</summary>
<param name="instance">The Instance</param>
<param name="value">The Value</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.IPropertyAccessor.GetMethod">
<summary>
Gets the get method for the <see cref="T:Syncfusion.WinForms.SmithChart.IPropertyAccessor"/>
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.FastReflectionCaches">
<summary>
Represents members to hold PropertyInfo.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.FastReflectionCaches.#cctor">
<summary>
Initializes static members of the <see cref="T:Syncfusion.WinForms.SmithChart.FastReflectionCaches"/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.FastReflectionCaches.MethodInvokerCache">
<summary>
Gets or sets the IFastReflectionCache.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.FastReflectionCaches.PropertyAccessorCache">
<summary>
Gets or sets the IFastReflectionCache.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.FastReflectionFactories">
<summary>
Represents the class for Fast Reflection Factories.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.FastReflectionFactories.#cctor">
<summary>
Initializes static members of the <see cref="T:Syncfusion.WinForms.SmithChart.FastReflectionFactories"/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.FastReflectionFactories.MethodInvokerFactory">
<summary>
Gets or sets the Method Invoker Factory.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.PropertyAccessor">
<summary>
Represents the class for PropertyAccessor.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.PropertyAccessor.getter">
<summary>
Gets or sets GetMethod
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.PropertyAccessor.setMethodInvoker">
<summary>
Gets or sets MethodInvoker
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.PropertyAccessor.#ctor(System.Reflection.PropertyInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.PropertyAccessor"/> class.
</summary>
<param name="propertyInfo">The Property Information</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.PropertyAccessor.GetValue(System.Object)">
<summary>
Gets The Value.
</summary>
<param name="obj">The Object</param>
<returns>The Object Value</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.PropertyAccessor.SetValue(System.Object,System.Object)">
<summary>
Sets The Value.
</summary>
<param name="obj">The Object</param>
<param name="value">The Value</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.PropertyAccessor.Syncfusion#WinForms#SmithChart#IPropertyAccessor#GetValue(System.Object)">
<summary>
Sets the value.
</summary>
<param name="instance">The Instance</param>
<returns>The Value.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.PropertyAccessor.Syncfusion#WinForms#SmithChart#IPropertyAccessor#SetValue(System.Object,System.Object)">
<summary>
Sets the value.
</summary>
<param name="instance">The Instance</param>
<param name="value">The Value</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.PropertyAccessor.InitializeSet(System.Reflection.PropertyInfo)">
<summary>
Initialize Set method
</summary>
<param name="propertyInfo">The Property Information</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.PropertyAccessor.InitializeGet(System.Reflection.PropertyInfo)">
<summary>
InitializeGet method
</summary>
<param name="propertyInfo">The Property Information</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.PropertyAccessor.PropertyInfo">
<summary>
Gets or private sets the PropertyInfo.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.PropertyAccessor.GetMethod">
<summary>
Gets the get method of the property accessor.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.MethodInvoker">
<summary>
Represents the method invoker.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.MethodInvoker.invoker">
<summary>
Represents the invoker.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.MethodInvoker.#ctor(System.Reflection.MethodInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.MethodInvoker"/> class.
</summary>
<param name="methodInfo">The Method Information</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.MethodInvoker.Invoke(System.Object,System.Object[])">
<summary>
Invoke method
</summary>
<param name="instance">The Instance</param>
<param name="parameters">The Parameters</param>
<returns>The invoker</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.MethodInvoker.Syncfusion#WinForms#SmithChart#IMethodInvoker#Invoke(System.Object,System.Object[])">
<summary>
Invokes the method.
</summary>
<param name="instance">The Instance</param>
<param name="parameters">The Parameters</param>
<returns>The invoked object.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.MethodInvoker.CreateInvokeDelegate(System.Reflection.MethodInfo)">
<summary>
Creates Invoke Delegate method.
</summary>
<param name="methodInfo">The method Information</param>
<returns>The Invoke Delegate</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.MethodInvoker.MethodInfo">
<summary>
Gets or private sets the MethodInfo.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.FastReflectionCache`2">
<summary>
Represents the Fast Reflection Cache.
</summary>
<typeparam name="TKey">The Key</typeparam>
<typeparam name="TValue">The Value</typeparam>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.FastReflectionCache`2.cache">
<summary>
Represents the dictionary cache.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.FastReflectionCache`2.Get(`0)">
<summary>
Get method for value.
</summary>
<param name="key">The Key</param>
<returns>The Value</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.FastReflectionCache`2.Create(`0)">
<summary>
Create abstract method
</summary>
<param name="key">The Key</param>
<returns>The Value</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.MethodInvokerCache">
<summary>
Represents The Method Invoker Cache.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.MethodInvokerCache.Create(System.Reflection.MethodInfo)">
<summary>
Creates the Method Invoker.
</summary>
<param name="key">The Key</param>
<returns>The Method Invoker.</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.MethodInvokerFactory">
<summary>
Represents the class for Method Invoker Factory.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.MethodInvokerFactory.Create(System.Reflection.MethodInfo)">
<summary>
return MethodInvoker key
</summary>
<param name="key">The Key</param>
<returns>The Method Invoker</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.MethodInvokerFactory.Syncfusion#WinForms#SmithChart#IFastReflectionFactory{System#Reflection#MethodInfo@Syncfusion#WinForms#SmithChart#IMethodInvoker}#Create(System.Reflection.MethodInfo)">
<summary>
Creates the method invoker.
</summary>
<param name="key">The Key.</param>
<returns>The Method Invoker</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.PropertyAccessorCache">
<summary>
Represents the Class for Property Accessor Cache.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.PropertyAccessorCache.Create(System.Reflection.PropertyInfo)">
<summary>
Creates the property accessor.
</summary>
<param name="key">The Key</param>
<returns>The Property Accessor</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartLegend">
<summary>
Represents the legend for smith chart.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.ScrollbarSize">
<summary>
Represents the legend scroll bar size.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.Margin">
<summary>
Represents the margin for legend.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.LegendMargin">
<summary>
Represents the margin for legend.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.visible">
<summary>
Gets or sets visibility of legend in smith chart.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.height">
<summary>
Gets or sets value that represents arrange height of legend layout.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.width">
<summary>
Gets or sets value that represents arrange width of legend layout.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.toggleSeriesVisible">
<summary>
Gets or sets a value indicating the series visibility on click of corresponding legend items.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.iconHeight">
<summary>
Gets or sets the integer value that represents the icon's height.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.iconWidth">
<summary>
Gets or sets integer value that represents icon's width.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.iconType">
<summary>
Gets or sets icon type for the legend icon.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.dockPosition">
<summary>
Gets or sets the dock style for legend placement in the smith chart.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.offsetX">
<summary>
Gets or sets the integer value that represents the floating x position of legend.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.offsetY">
<summary>
Gets or sets the integer value that represents the floating y position of legend.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.alignment">
<summary>
Gets or sets the alignment value that represents legend panel position in chart.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.wrapItems">
<summary>
Gets or sets the value indicating whether to wrap legend items or not.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.labelFont">
<summary>
Gets or sets the font for legend item label.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.style">
<summary>
It stores the value of the <see cref="P:Syncfusion.WinForms.SmithChart.SfSmithChart.Style"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.itemSpacing">
<summary>
Gets or sets spacing for the legend items.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.spacing">
<summary>
Gets or sets spacing between legend border and its items.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartLegend.borderVisible">
<summary>
Gets or sets a value indicating whether border is visible or not.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/> class.
</summary>
<param name="chart">smith chart instance</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.GetLayout">
<summary>
Indicates Legend's root layout.
</summary>
<returns><see cref="P:Syncfusion.WinForms.SmithChart.ChartLegend.LegendControl"/> instance</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.ScheduleUpdate">
<summary>
Refreshes the chart.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.Measure(System.Drawing.RectangleF,System.Drawing.RectangleF)">
<summary>
Measures the legend area.
</summary>
<param name="remainingArea">Area left after placing title</param>
<param name="tempAreaRect">area rectangle calculated with the remaining area.</param>
<returns>remaining area after legend calculation</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.CreateLegendItem(Syncfusion.WinForms.SmithChart.ChartSeries,System.Int32,System.String)">
<summary>
Method used to create ChartLegendItem with it's corresponding series and index.
</summary>
<param name="chartSeries">series for which legend item has to be added</param>
<param name="index">index of the series</param>
<param name="label">legend label</param>
<returns>legend item</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.CreateLegendIcon(Syncfusion.WinForms.SmithChart.LegendItem)">
<summary>
Method used to create ChartLegendSymbol for the corresponding legend item.
</summary>
<param name="legendItem">legend item for which icon has to be created</param>
<returns>legend icon</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.CreateLegendItems(Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Method used to create custom legend items.
</summary>
<param name="chartSeries">series for which legend item has to be created.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.MeasureVerticalOrientationLegendItems(System.Drawing.SizeF,Syncfusion.WinForms.SmithChart.LegendItem,System.Int32)">
<summary>
Method used to measure vertical orientation legend items desired size.
</summary>
<param name="legendSize">legend item size</param>
<param name="chartLegendItem">legend item for which size has to be measured.</param>
<param name="itemIndex">legend item index.</param>
<returns>overall size of legend items in vertical orientation.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.MeasureHorizontalOrientationLegendItems(System.Drawing.SizeF,Syncfusion.WinForms.SmithChart.LegendItem,System.Int32)">
<summary>
Method used to measure horizontal orientation legend items desired size.
</summary>
<param name="legendSize">legend item size</param>
<param name="chartLegendItem">legend item for which size has to be measured.</param>
<param name="itemIndex">legend item index.</param>
<returns>overall size of legend items in vertical orientation.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.MeasureTopBottomLegendPosition(System.Drawing.SizeF,System.Drawing.RectangleF)">
<summary>
Measures the floating legend position.
</summary>
<param name="legendLayoutSize">Legend layout size.</param>
<param name="tempAreaRect">calculated chart area size</param>
<returns>Remaining available area excluding legend.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.MeasureLeftRightLegendPosition(System.Drawing.SizeF,System.Drawing.RectangleF)">
<summary>
Measures the left or right legend position.
</summary>
<param name="legendLayoutSize">Size of the legend layout.</param>
<param name="tempAreaRect">calculated chart area size</param>
<returns>Remaining available area excluding legend.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.MeasureFloatingLegendPosition(System.Drawing.SizeF)">
<summary>
Measures the top or bottom legend position.
</summary>
<param name="legendLayoutSize">Size of the legend layout.</param>
<returns>Remaining available area excluding legend.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/>
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.OnCalculateLegendLayoutXPosition(System.Single,System.Single,System.Drawing.StringAlignment)">
<summary>
Method used to calculate legend layout x position.
</summary>
<param name="xPosition">x position legend</param>
<param name="layoutWidth">legend layout width</param>
<param name="alignment">legend alignment</param>
<returns>x position of layout</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.OnCalculateLegendLayoutYPosition(System.Single,System.Single,System.Drawing.StringAlignment)">
<summary>
Method used to calculate legend layout y position.
</summary>
<param name="yPosition">y position legend</param>
<param name="layoutHeight">legend layout height</param>
<param name="alignment">legend alignment</param>
<returns>y position of layout</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.MeasureLegendItems">
<summary>
Method used to measure legend items desired size.
</summary>
<returns>Overall size of legend items</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.MeasureDesiredRectangle(System.Int32,System.Drawing.RectangleF)">
<summary>
Calculates the legend area bounds.
</summary>
<param name="percentage">percentage value to calculate legend bounds from the available size</param>
<param name="tempAreaRect">chart area rectangle</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.CalculateFloatDesiredArea(System.Int32)">
<summary>
Calculates the floating legend area bounds.
</summary>
<param name="percentage">percentage value to calculate legend bounds from the available size</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.CalculateLeftDesiredArea(System.Int32,System.Drawing.RectangleF)">
<summary>
Calculates the legend area bounds at dock position left.
</summary>
<param name="percentage">percentage value to calculate legend bounds from the available size</param>
<param name="tempAreaRect">chart area rectangle</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.CalculateRightDesiredArea(System.Int32,System.Drawing.RectangleF)">
<summary>
Calculates the legend area bounds at dock position right.
</summary>
<param name="percentage">percentage value to calculate legend bounds from the available size</param>
<param name="tempAreaRect">chart area rectangle</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.CalculateBottomDesiredArea(System.Int32)">
<summary>
Calculates the legend area bounds at dock position bottom.
</summary>
<param name="percentage">percentage value to calculate legend bounds from the available size</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartLegend.CalculateTopDesiredArea(System.Int32)">
<summary>
Calculates the legend area bounds at dock position top.
</summary>
<param name="percentage">percentage value to calculate legend bounds from the available size</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.Visible">
<summary>
Gets or sets a value indicating whether legend is visible or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.IconType">
<summary>
Gets or sets the legend icon type.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.ToggleSeriesVisible">
<summary>
Gets or sets a value indicating whether series is visible or not based on the toggle state of legend items.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.Width">
<summary>
Gets or sets value that represents arrange width of legend layout.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.Height">
<summary>
Gets or sets value that represents arrange height of legend layout.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.IconHeight">
<summary>
Gets or sets the integer value that represents the icon's height.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.IconWidth">
<summary>
Gets or sets integer value that represents icon's width.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.DockPosition">
<summary>
Gets or sets the dock style for legend placement in the smith chart.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.OffsetX">
<summary>
Gets or sets integer value that represents the floating x position of legend.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.OffsetY">
<summary>
Gets or sets the integer value that represents the the floating y position of legend.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.Alignment">
<summary>
Gets or sets the alignment value that represents legend panel position in chart.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.WrapItems">
<summary>
Gets or sets a value indicating whether to wrap legend items or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.Style">
<summary>
Gets or sets the style for customizing legends.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.ItemSpacing">
<summary>
Gets or sets spacing for the legend items.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.Spacing">
<summary>
Gets or sets spacing between legend border and its items.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.BorderVisible">
<summary>
Gets or sets a value indicating whether the legend border is visible or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.RowCount">
<summary>
Gets or sets the legend items row count.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.ColumnCount">
<summary>
Gets or sets the legend items column count.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.LabelFont">
<summary>
Gets the font for legend item label.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.ForeColor">
<summary>
Gets the foreground color for legend item label.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.BackColor">
<summary>
Gets the back color for chart legend.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.BorderColor">
<summary>
Gets the border color for chart legend.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.BorderWidth">
<summary>
Gets the width for the legend border.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.IsAreaRectCalculated">
<summary>
Gets or sets a value indicating whether area rectangle is calculated or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.InternalLegendAlignment">
<summary>
Gets or sets the legend alignment. Used internally when RTL is enabled.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.Bounds">
<summary>
Gets or sets the bounds for smith chart legend control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.LegendLayout">
<summary>
Gets or sets the panel for displaying the legend items.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.Chart">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> instance.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.AvailableRectangle">
<summary>
Gets or sets the available area with the exception of chart title bounds.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartLegend.LegendControl">
<summary>
Gets or sets the legend control.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LegendControl">
<summary>
Represents the legend control holding the legend items.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendControl.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendControl"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides the <see cref="E:System.Windows.Forms.Control.Paint"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains the event data.</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendControl.Legend">
<summary>
Gets or sets the instance of <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/> class.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LegendItem">
<summary>
Represents the legend item in a legend.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LegendItem.labelSize">
<summary>
Gets or sets the legend label size.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendItem.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendItem"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendItem.Measure">
<summary>
Measures the size of the legend item.
</summary>
<returns>Legend item bounds.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendItem.CreateElements">
<summary>
Creates the legend icon for the corresponding legend item.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendItem.OnMouseClick(System.Windows.Forms.MouseEventArgs)">
<summary>
Raised when mouse click is done on the legend items.
</summary>
<param name="e">mouse event arguments.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendItem.OnMouseEnter(System.EventArgs)">
<summary>
Raises the mouse enter event.
</summary>
<param name="e">event arguments</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendItem.OnMouseLeave(System.EventArgs)">
<summary>
Raises the mouse leave event.
</summary>
<param name="e">event arguments.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendItem.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides the <see cref="E:System.Windows.Forms.Control.Paint"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains the event data.</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItem.Row">
<summary>
Gets or sets the current row in which legend item is positioned.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItem.Column">
<summary>
Gets or sets the current column in which legend item is positioned.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItem.IsClicked">
<summary>
Gets or sets a value indicating whether legend item is clicked or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItem.Label">
<summary>
Gets or sets the label for the legend item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItem.Chart">
<summary>
Gets or sets the instance of <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItem.Series">
<summary>
Gets or sets the instance of <see cref="T:Syncfusion.WinForms.SmithChart.ChartSeries"/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItem.Index">
<summary>
Gets or sets the index of the legend item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItem.Legend">
<summary>
Gets or sets the instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItem.LegendSymbol">
<summary>
Gets or sets the instance of the <see cref="P:Syncfusion.WinForms.SmithChart.LegendItem.LegendSymbol"/> class.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LegendLayout">
<summary>
Represents the panel holding the legend.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendLayout"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.OnUpdateVisibilityOnLegend(Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Method used to update visibility of series label in legend panel.
</summary>
<param name="chartSeries">represents the chart series</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.ClearSeriesLegendItems(Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Method used to clear legend items related to series.
</summary>
<param name="chartSeries">series for the corresponding legend item</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.AddSeriesLegendItems(Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Method used to add legend items for series.
</summary>
<param name="chartSeries">represents the chart series</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.CreateLegendItems(Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Method used to create legend items in layout panel.
</summary>
<param name="chartSeries">series for which legend items has to be created.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.UpdateLegendFloatingPosition">
<summary>
Method used to move legend position.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.UpdateOrientation">
<summary>
Method used to update orientation.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.OnScroll(System.Windows.Forms.ScrollEventArgs)">
<summary>
Raises the scrollable control scroll event
</summary>
<param name="args">scroll event arguments.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.OnClientSizeChanged(System.EventArgs)">
<summary>
Raises the client size changed event
</summary>
<param name="args">event arguments</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendLayout.CreateLegendItem(System.String,System.Int32,Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Method used to create legend item in panel.
</summary>
<param name="label">legend item label</param>
<param name="itemIndex">legend item index</param>
<param name="chartSeries">series for which legend item has to be created.</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendLayout.Legend">
<summary>
Gets or sets the instance of <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/> class.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LegendSymbol">
<summary>
Represents the Icon in the legend item.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendSymbol.DrawLegendIcon(Syncfusion.WinForms.SmithChart.LegendItem,System.Drawing.RectangleF,System.Drawing.Graphics)">
<summary>
Draws the legend icon.
</summary>
<param name="item">Legend item for which icon has to be drawn.</param>
<param name="rect">Bounds of the icon.</param>
<param name="g">graphics object</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendSymbol.LegendItem">
<summary>
Gets or sets the instance of <see cref="P:Syncfusion.WinForms.SmithChart.LegendSymbol.LegendItem"/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendSymbol.IconColor">
<summary>
Gets or sets the color for icon in the legend item.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SmithChartLocalizationResourceAccessor">
<inheritdoc cref="T:Syncfusion.Windows.Forms.LocalizationResourceAccessor"/>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartLocalizationResourceAccessor.Instance">
<summary>
Instance of <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartLocalizationResourceAccessor"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartLocalizationResourceAccessor.GetControlAssembly">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssembly"/>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartLocalizationResourceAccessor.GetControlAssemblyDefaultNamespace">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssemblyDefaultNamespace"/>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SR">
<exclude/>
<summary>
Represents a class which contains resource manager that provides convenient access to culture-specific resources at run time.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SR.SetResources(System.Reflection.Assembly,System.String)">
<summary>
Sets the resource manager based on the assembly and namespace.
It can be used to get the values from the application resource files
when the assembly name and the namespace of the control or application is different.
</summary>
<param name="controlAssembly">The control assembly.</param>
<param name="nameSpace">The namespace of the control.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SR.GetString(System.String)">
<summary>
Gets the localized string for the current culture.
</summary>
<param name="name">The string that need to be localized.</param>
<returns>Returns the localized string.</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartColorModel">
<summary>
The ChartColorModel class serves as a repository for color information. Color information is used by the chart to render colored series.
A group of colors is referred to as a palette of colors. You have the option of choosing from several predefined palettes or creating your
own color palette.
<seealso cref="T:Syncfusion.WinForms.SmithChart.ChartColorPalette"/>
<seealso cref="P:Syncfusion.WinForms.SmithChart.ChartColorModel.Palette"/>
<seealso cref="P:Syncfusion.WinForms.SmithChart.ChartColorModel.CustomColors"/>
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.ColorsCount">
<summary>
The number of colors in the ChartColorModel's palette. If the number of series exceeds the number of colors in the palette (10 in the
current version), colors will be repeated.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.skyblueColorTable">
<summary>
Gets or sets the sky blue color.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.earthTonesColorTable">
<summary>
Gets or sets the earth tone color.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.colorfulColorTable">
<summary>
Gets or sets the colorful color.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.natureColorTable">
<summary>
Gets or sets the nature color.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.pastelColorTable">
<summary>
Gets or sets the pastel color.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.triadColorTable">
<summary>
Gets or sets the triad color.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.warmColdColorTable">
<summary>
Gets or sets the warm cold color.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.metroColorTable">
<summary>
Gets or sets the metro color.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.activePalette">
<summary>
Gets or sets the current palette in terms of color array.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.colorPalette">
<summary>
Gets or sets the palette.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorModel.customColorTable">
<summary>
Gets or sets the table of custom colors to be used.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetColor(System.Int32)">
<summary>
Gets the color (from the palette) corresponding to the specified index value.
</summary>
<param name="index">The index at which color has to be determined.</param>
<returns>Color at the specified index</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetPalette(Syncfusion.WinForms.SmithChart.ChartColorPalette)">
<summary>
Gets the palette.
</summary>
<param name="palette">The palette.</param>
<returns><see cref="T:System.Drawing.Color"/> array&gt;</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetSkyBlueStyle">
<summary>
Returns the color array used for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.SkyBlueStyle"/> palette.
</summary>
<returns>Color array for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.SkyBlueStyle"/></returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetEarthTonePalette">
<summary>
Returns the color array used for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.EarthTone"/> palette.
</summary>
<returns>Color array for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.EarthTone"/></returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetColorfulPalette">
<summary>
Returns the color array used for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Colorful"/> palette.
</summary>
<returns>Color array for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Colorful"/></returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetNaturePalette">
<summary>
Returns the color array used for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Nature"/> palette.
</summary>
<returns>Color array for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Nature"/></returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetPastelPalette">
<summary>
Returns the color array used for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Pastel"/> palette.
</summary>
<returns>Color array for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Pastel"/></returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetTriadPalette">
<summary>
Returns the color array used for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Triad"/> palette.
</summary>
<returns>Color array for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Triad"/></returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetWarmColdPalette">
<summary>
Returns the color array used for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.WarmCold"/> palette.
</summary>
<returns>Color array for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.WarmCold"/></returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartColorModel.GetMetroPalette">
<summary>
Returns the color array used for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Metro"/> palette.
</summary>
<returns>Color array for <see cref="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Metro"/></returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartColorModel.CustomColors">
<summary>
Gets or sets the table of custom colors to be used.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartColorModel.Palette">
<summary>
Gets or sets the color palette to be used.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartColorModel.SmithChart">
<summary>
Gets or sets the smith chart associated.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.DataLabel">
<summary>
Displays the series points values.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.DataLabel.visible">
<summary>
Gets or sets a value indicating whether to show data label or not.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.DataLabel.backColor">
<summary>
Gets or sets the color to apply for <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> background.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.DataLabel.borderColor">
<summary>
Gets or sets the color to apply for <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> border.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.DataLabel.font">
<summary>
Gets or sets the font for data label.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.DataLabel.foreColor">
<summary>
Gets or sets the color to apply to <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> fore color.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.DataLabel.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.DataLabel.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.DataLabel.MeasureDataLabels(System.Drawing.Graphics)">
<summary>
Measures the data labels for the series.
</summary>
<param name="g"><see cref="T:System.Drawing.Graphics"/>instance.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.DataLabel.DrawDataLabel(System.Drawing.Graphics)">
<summary>
Updates the data labels of the chart series
</summary>
<param name="g"><see cref="T:System.Drawing.Graphics"/> instance</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.DataLabel.UpdateConnectorLine(System.Drawing.Graphics)">
<summary>
Draw the connector line for <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/>.
</summary>
<param name="g"><see cref="T:System.Drawing.Graphics"/> instance.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.DataLabel.CreateRoundRect(System.Drawing.RectangleF,System.Single)">
<summary>
Returns the <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> by the specified rectangle.
</summary>
<param name="rect"><see cref="T:System.Drawing.RectangleF"/> specified rectangle.</param>
<param name="radius">The radius.</param>
<returns>The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/>.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.DataLabel.ConnectorLinePosition(Syncfusion.WinForms.SmithChart.DataLabelRegion,System.String)">
<summary>
Calculate the connector line second point for it's different position
</summary>
<param name="region">The <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> Region</param>
<param name="position">The Position</param>
<returns>The Line Position</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.DataLabel.Redraw">
<summary>
Refreshes the chart.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.DataLabel.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/>
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabel.Visible">
<summary>
Gets or sets a value indicating whether the visibility of data labels.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabel.BackColor">
<summary>
Gets or sets the brush to apply to <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> background color.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabel.ForeColor">
<summary>
Gets or sets the color to apply to <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> fore color.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabel.BorderColor">
<summary>
Gets or sets the brush to apply <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> border color.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabel.LabelFont">
<summary>
Gets or sets the font for data label.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabel.Series">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.SmithChart.ChartSeries"/> class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabel.ConnectorLines">
<summary>
Gets or sets the collection of <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> connector line.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabel.LabelRegions">
<summary>
Gets or sets the DataLabel region and information.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.DataLabelRegion">
<summary>
Store the DataLabel regions and other details
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.NewConnectorFlag">
<summary>
Gets or sets a value indicating whether the connector line need to draw for the dataLabel.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.X">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> X position of the screen and changed on smartLabel display.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.Y">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> Y position of the screen and changed on smartLabel display.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.ActualX">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> ActualX position of the screen.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.ActualY">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> ActualY position of the screen.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.Location">
<summary>
Gets or sets the point location for the dataLabel.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.Width">
<summary>
Gets or sets the calculated dataLabel width.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.Height">
<summary>
Gets or sets the calculated dataLabel height.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.PointIndex">
<summary>
Gets or sets the PointIndex.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.IsVisible">
<summary>
Gets or sets a value indicating whether the <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/> is visible on smartLabel calculation.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.ConnectorFlag">
<summary>
Gets or sets a value indicating whether connector line need to draw for the <see cref="T:Syncfusion.WinForms.SmithChart.DataLabel"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.Position">
<summary>
Gets or sets the different position from center point of dataLabel.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.DataLabelRegion.Label">
<summary>
Gets or sets the dataLabel.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartSeries">
<summary>
Represents the chart series base, which is used to visualize the data graphically
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.arrangeByIndex">
<summary>
Backing field for the <see cref="P:Syncfusion.WinForms.SmithChart.ChartSeries.ArrangeByIndex"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.legendVisible">
<summary>
Gets or sets the visibility of legend for the series.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.markerVisible">
<summary>
Gets or sets a value indicating whether to show marker or not.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.markerHeight">
<summary>
Gets or sets the marker symbol height.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.markerWidth">
<summary>
Gets or sets the marker symbol width.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.interior">
<summary>
Gets or sets the interior for chart series.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.markerBackColor">
<summary>
Gets or sets the marker symbol interior.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.markertype">
<summary>
Gets or sets the marker symbol type.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.markerBorderColor">
<summary>
Gets or sets the marker symbol stroke.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.dataLabel">
<summary>
Display the series points values.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.legendText">
<summary>
Gets /sets the text that is to be associated with this series.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.markerImage">
<summary>
Gets or sets the image that can be used for custom marker.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.visible">
<summary>
Gets or sets Visibility of the series.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.dataSource">
<summary>
Gets or sets an IEnumerable source used to generate Chart.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.resistanceMember">
<summary>
Gets or sets the property path of the Resistance data in data source.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.reactanceMember">
<summary>
Gets or sets the property path of the Reactance data in data source.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.dataCount">
<summary>
Gets the number of points given as input.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.toolTipVisible">
<summary>
Gets or sets the value indicating whether to show tooltip or not.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.tooltipFormat">
<summary>
Gets or sets the format for tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartSeries.points">
<summary>
Gets the data point collection.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.#ctor">
<summary>
Initializes a new instance of the ChartSeries class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.GeneratePoints">
<summary>
Generate Resistance and Reactance points separately from ItemSource or points
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.UpdateMarker(System.Drawing.Graphics)">
<summary>
Draws the specified marker for indicating the series points.
</summary>
<param name="g">paint event args</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.ValueToPoint">
<summary>
Converts the data point value to its corresponding screen coordinates.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.Points_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Refreshes the chart when the series points collection is changed.
</summary>
<param name="sender">sender object</param>
<param name="e">collection chnaged event arguments</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.OnDataSourceChanged(System.Object,System.Object)">
<summary>
Hooks or Unhooks the data source collection changed.
</summary>
<param name="oldValue">data source old value</param>
<param name="newValue">data source new value</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.OnDataCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Called when data source is changed.
</summary>
<param name="sender">sender object</param>
<param name="e">collection changed event arguments</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.SortActualPoints">
<summary>
Sorts the Series Points
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.GetTuple(System.Collections.Generic.List{System.Double})">
<summary>
Sorts the chart series data source.
</summary>
<param name="xValues">Resistance value collections</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.Sort``2(System.Collections.Generic.List{System.Tuple{System.Double,System.Double}})">
<summary>
Sorts the resistance and reactance values.
</summary>
<typeparam name="T">X Values</typeparam>
<typeparam name="T1">Y Values</typeparam>
<param name="list">The Values List</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.ActualSort``2(System.Collections.Generic.List{System.Tuple{System.Double,System.Double}})">
<summary>
Sorting the Reactance value collections
</summary>
<typeparam name="T">The First Tuple</typeparam>
<typeparam name="T1">The Second Tuple</typeparam>
<param name="list">The List</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.SortActualData">
<summary>
Sorts the data source collection.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.DrawMarker(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.SolidBrush,System.Drawing.PointF)">
<summary>
Draws the specified marker for indicating the series points.
</summary>
<param name="g">graphics object</param>
<param name="rect">Rectangle area on which to draw a marker</param>
<param name="stroke">stroke for the marker</param>
<param name="markerInterior">fill color for the marker</param>
<param name="point">location of the marker</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.Redraw">
<summary>
Refreshes the chart.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartSeries.CalculateScreenCoordinate(System.Double,System.Double)">
<summary>
Converts the data point value to its corresponding screen coordinates.
</summary>
<param name="x"> x data point</param>
<param name="y"> y data point </param>
<returns>The point region</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.ArrangeByIndex">
<summary>
Gets or sets a value indicating whether to render the data based on the provided index order.
</summary>
<value>
The data points are rendered based on the provided index when it is <b>true</b>;
otherwise, the data points are rendered by shorting based on its resistance value.
The default value is <b>false</b>.
</value>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.Tag">
<summary>
Gets or sets the user defined data for the series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.Points">
<summary>
Gets the data point collection.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.TooltipVisible">
<summary>
Gets or sets a value indicating whether tooltip is visible or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.TooltipFormat">
<summary>
Gets or sets the format for tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.DataSource">
<summary>
Gets or sets an source used to generate Chart.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.ResistanceMember">
<summary>
Gets or sets the property path of the Resistance data in data source.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.ReactanceMember">
<summary>
Gets or sets the property path of the Reactance data in data source.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.Visible">
<summary>
Gets or sets a value indicating whether series is visible or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.LegendVisible">
<summary>
Gets or sets a value indicating whether the corresponding legend item is visible or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.MarkerImage">
<summary>
Gets or sets the image that can be used for custom marker.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.MarkerVisible">
<summary>
Gets or sets a value indicating whether to show marker or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.MarkerHeight">
<summary>
Gets or sets the marker symbol height.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.MarkerWidth">
<summary>
Gets or sets the marker symbol width.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.MarkerBackColor">
<summary>
Gets or sets the marker symbol interior.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.MarkerBorderColor">
<summary>
Gets or sets the marker symbol stroke.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.MarkerType">
<summary>
Gets or sets the marker type.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.DataLabel">
<summary>
Gets or sets the data label for chart series data points.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.LegendText">
<summary>
Gets or sets the text that is to be associated with this series. This is the text that will be displayed by default by the legend item associated with
this series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.Interior">
<summary>
Gets or sets the interior for chart series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.ColorModel">
<summary>
Gets or sets the color model for chart series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.DataCount">
<summary>
Gets the number of points given as input.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.DefaulTooltipFormat">
<summary>
Gets the format for tooltip content.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.IsTooltipVisible">
<summary>
Gets or sets a value indicating whether tooltip is visible or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.SmithChart">
<summary>
Gets or sets the smithChart instance
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.PointsRegion">
<summary>
Gets or sets the stored generated points region.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.ResistanceValues">
<summary>
Gets or sets the Resistance values in an unsorted order or in the order the data has been added to series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.ReactanceValues">
<summary>
Gets or sets the Reactance values in an unsorted order or in the order the data has been added to series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartSeries.ActualData">
<summary>
Gets or sets the actual data stored for the given series ItemSource
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.PointRegion">
<summary>
Store the regions of the segment.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.PointRegion.X">
<summary>
Gets or sets the resistance value of the ItemSource.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.PointRegion.Y">
<summary>
Gets or sets the reactance value of the ItemSource.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.PointRegion.Point">
<summary>
Gets or sets the screen location stored for the actual resistance and reactance value.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartPoint">
<summary>
Represents the chart point of the series.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartPoint.resistanceValue">
<summary>
Gets or sets the Resistance value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartPoint.reactanceValue">
<summary>
Gets or sets the Reactance value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartPoint.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartPoint"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartPoint.#ctor(System.Double,System.Double)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartPoint"/> class.
</summary>
<param name="x">Resistance value</param>
<param name="y">Reactance value</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartPoint.SetValues(System.Double,System.Double)">
<summary>
Set the resistance and reactance values.
</summary>
<param name="x">resistance value</param>
<param name="y">reactance value</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartPoint.Resistance">
<summary>
Gets or sets the Resistance value.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartPoint.Reactance">
<summary>
Gets or sets the Reactance value.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartDataPointCollection">
<summary>
A collection class which holds the data points.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartDataPointCollection.series">
<summary>
Gets or sets the instance of <see cref="T:Syncfusion.WinForms.SmithChart.ChartSeries"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartDataPointCollection.#ctor(Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartDataPointCollection"/> class.
</summary>
<param name="chartSeries">Represents the chart series.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartDataPointCollection.Add(System.Double,System.Double)">
<summary>
Adds the point into the colletion.
</summary>
<param name="xValue">x value of the data.</param>
<param name="yValue">y value of the data.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartDataPointCollection.SetX(System.Int32,System.Double)">
<summary>
Sets the resistance value for the specified index.
</summary>
<param name="index">index at which resistance value has to be modified.</param>
<param name="xValue">replacement x value.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartDataPointCollection.SetY(System.Int32,System.Double)">
<summary>
Sets the reactance value for the specified index.
</summary>
<param name="index">index at which reactance value has to be modified.</param>
<param name="yValue">replacement y value.</param>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.TooltipOpeningEventArgs">
<summary>
Class used to create the tooltip opening event arguments.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOpeningEventArgs.Text">
<summary>
Gets or sets the tooltip text which display on mouse over.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOpeningEventArgs.SeriesIndex">
<summary>
Gets the current series index value.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOpeningEventArgs.PointIndex">
<summary>
Gets the current point index value of the series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOpeningEventArgs.Data">
<summary>
Gets the current point's data.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOpeningEventArgs.Style">
<summary>
Gets or sets the value to customize the tooltip font styles, text color and background color.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartSeriesCollection">
<summary>
A collection class which holds ChartSeries.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LineSeries">
<summary>
Represents the chart line series, which is used to visualize the data graphically
</summary>
<seealso cref="T:Syncfusion.WinForms.SmithChart.ChartSeries"/>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LineSeries.strokeWidth">
<summary>
Gets or sets the stroke width for line series.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LineSeries.dashStyle">
<summary>
Gets or sets the dash style for line series.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LineSeries.DrawLineSeries(System.Drawing.Graphics)">
<summary>
Draws the smith chart series.
</summary>
<param name="graphics">graphics used to draw series</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LineSeries.StrokeWidth">
<summary>
Gets or sets the stroke width for line series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LineSeries.DashStyle">
<summary>
Gets or sets the dash style for line series.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SmithChartResourceWrapper">
<summary>
Represents a class that provides the properties to get the localized string based on the current culture.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SmithChartResourceWrapper.Resistance">
<summary>
Gets the resource value for Resistance resource name in tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SmithChartResourceWrapper.Reactance">
<summary>
Gets the resource value for Reactance resource name in tooltip.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore">
<summary>
Provides storage for the <see cref="!:Syncfusion.WinForms.SmithChart.SmithChartStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.ChartAreaBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.ChartAreaBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.BorderWidthProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.ChartAreaBorderWidth"/> and <see cref="P:Syncfusion.WinForms.SmithChart.LegendStyle.BorderWidth"/> properties.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.ChartAreaBorderColor"/> and <see cref="P:Syncfusion.WinForms.SmithChart.LegendStyle.BorderColor"/> properties.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.AxisLineColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.AxisLineColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.MajorGridlinesColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.MajorGridlinesColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.MinorGridlinesColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.MinorGridlinesColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.LabelFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.LabelFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.MinorGridlinesWidthProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.MinorGridlinesWidth"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.MajorGridlinesWidthProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.MajorGridlinesWidth"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.MinorGridlinesDashStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.MinorGridlinesDashStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.MajorGridlinesDashStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.MajorGridlinesDashStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.AxisLineDashStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.AxisLineDashStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.AxisLineWidthProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.AxisStyle.AxisLineWidth"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.HorizontalAxisStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.HorizontalAxisStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.RadialAxisStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.RadialAxisStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.LegendStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.LegendStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.WinForms.SmithChart.ChartStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoIdentity.smithChart">
<summary>
Maintains the smith chart for create the identity.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoIdentity.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoIdentity"/> class.
</summary>
<param name="chart">
<see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<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="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/></param>
<returns>
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="!: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="!: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="!: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.ChartStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.SmithChart.ChartStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.#ctor(Syncfusion.WinForms.SmithChart.SmithChartStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.ShouldSerializeChartAreaBackColor">
<summary>
Determines whether ChartAreaBackColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.ShouldSerializeChartAreaBorderColor">
<summary>
Determines whether ChartAreaBorderColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.ShouldSerializeChartAreaBorderWidth">
<summary>
Determines whether ChartAreaBorderWidth has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.ShouldSerializeFont">
<summary>
Determines whether Font has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.ShouldSerializeForeColor">
<summary>
Determines whether ForeColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.ShouldSerializeBackColor">
<summary>
Determines whether BackColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.Font">
<summary>
Gets or sets the font for smith chart header.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.ChartAreaBackColor">
<summary>
Gets or sets the background color for chart area.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.ChartAreaBorderWidth">
<summary>
Gets or sets the width for the chart area border.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.ChartAreaBorderColor">
<summary>
Gets or sets the border color for the chart area border.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.BackColor">
<summary>
Gets or sets the back color for <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.ForeColor">
<summary>
Gets or sets the fore color value of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.HorizontalAxisStyle">
<summary>
Gets or sets the horizontal axis style.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.RadialAxisStyle">
<summary>
Gets or sets the radial axis style.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartStyle.LegendStyle">
<summary>
Gets or sets the legend style.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LegendStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LegendStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.SmithChart.LegendStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.#ctor(Syncfusion.WinForms.SmithChart.LegendStyle)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/> class.
</summary>
<param name="style">The style object that contains the original data.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.#ctor(Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/> class.
</summary>
<param name="store">A <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> that holds data for this
<see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> object.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/> class.
</summary>
<param name="identity">
<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)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/> class.
</summary>
<param name="identity">
<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"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> object.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.ShouldSerializeLabelFont">
<summary>
Determines whether LabelFont has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendStyle.ShouldSerializeForeColor">
<summary>
Determines whether ForeColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendStyle.LabelFont">
<summary>
Gets or sets the font for legend label.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendStyle.ForeColor">
<summary>
Gets or sets the fore color value of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendStyle.BackColor">
<summary>
Gets or sets a value that represents the back color for the <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendStyle.BorderColor">
<summary>
Gets or sets a value that represents the border color for the legend.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendStyle.BorderWidth">
<summary>
Gets or sets the width for the legend border.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendStyle.Store">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> object that holds all the data for
this style object.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.AxisStyle">
<summary>
Represents the class to define the style for smith chart axes.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.AxisStyle.defaultStyle">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.SmithChart.AxisStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.#ctor(Syncfusion.WinForms.SmithChart.AxisStyle)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/> class.
</summary>
<param name="style">The style object that contains the original data.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.#ctor(Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/> class.
</summary>
<param name="store">A <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> that holds data for this
<see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> object.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/> class.
</summary>
<param name="identity">
<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)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/> class.
</summary>
<param name="identity">
<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"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> object.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.GetDefaultStyle">
<summary>
Override this method to return a default style object for your derived class.
</summary>
<returns>A default style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeAxisLineColor">
<summary>
Determines whether AxisLineColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeAxisLineDashStyle">
<summary>
Determines whether AxisLineDashStyle has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeAxisLineWidth">
<summary>
Determines whether AxisLineWidth has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeMajorGridlinesColor">
<summary>
Determines whether MajorGridlinesColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeMajorGridlinesDashStyle">
<summary>
Determines whether MajorGridlinesDashStyle has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeMajorGridlinesWidth">
<summary>
Determines whether MajorGridlinesWidth has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeMinorGridlinesColor">
<summary>
Determines whether MinorGridlinesColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeMinorGridlinesDashStyle">
<summary>
Determines whether MinorGridlinesDashStyle has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeMinorGridlinesWidth">
<summary>
Determines whether MinorGridlinesWidth has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeLabelFont">
<summary>
Determines whether LabelFont has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisStyle.ShouldSerializeForeColor">
<summary>
Determines whether ForeColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.Default">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.AxisLineColor">
<summary>
Gets or sets the axis line color
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.AxisLineWidth">
<summary>
Gets or sets a width for chart axes lines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.MajorGridlinesColor">
<summary>
Gets or sets a color for major gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.MinorGridlinesColor">
<summary>
Gets or sets a color for minor gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.LabelFont">
<summary>
Gets or sets the font that is to be used for the axis label text.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.ForeColor">
<summary>
Gets or sets the color for axis labels.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.MinorGridlinesWidth">
<summary>
Gets or sets a width for minor gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.MajorGridlinesWidth">
<summary>
Gets or sets a width for major gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.MinorGridlinesDashStyle">
<summary>
Gets or sets a dash style for minor gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.MajorGridlinesDashStyle">
<summary>
Gets or sets a dash style for major gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.AxisLineDashStyle">
<summary>
Gets or sets a dash style for axes lines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.AxisStyle.Store">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartStyleInfoStore"/> object that holds all the data for
this style object.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.TooltipOptions">
<summary>
Provides the customization options for tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.TooltipOptions.foreColor">
<summary>
Gets or sets the fore color for tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.TooltipOptions.backColor">
<summary>
Gets or sets the back color for tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.TooltipOptions.font">
<summary>
Gets or sets the font for the tooltip content.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.TooltipOptions.borderColor">
<summary>
Gets or sets the border color for tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.TooltipOptions.borderWidth">
<summary>
Gets or sets the border width for tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.TooltipOptions.shadowVisible">
<summary>
Gets or sets a value indicating whether to show shadow should for the tooltip.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.TooltipOptions.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.TooltipOptions"/> class
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.TooltipOptions.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.TooltipOptions.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Syncfusion.WinForms.SmithChart.TooltipOptions"/>
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOptions.ForeColor">
<summary>
Gets or sets the fore color for tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOptions.BackColor">
<summary>
Gets or sets the back color for tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOptions.Font">
<summary>
Gets or sets the font for tooltip content.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOptions.BorderColor">
<summary>
Gets or sets the border color for tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOptions.BorderWidth">
<summary>
Gets or sets the border width for tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.TooltipOptions.ShadowVisible">
<summary>
Gets or sets a value indicating whether to show shadow should for the tooltip.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.Resources.Syncfusion_SfSmithChart_WinForms">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.Resources.Syncfusion_SfSmithChart_WinForms.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.Resources.Syncfusion_SfSmithChart_WinForms.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.Resources.Syncfusion_SfSmithChart_WinForms.Reactance">
<summary>
Looks up a localized string similar to Reactance.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.Resources.Syncfusion_SfSmithChart_WinForms.Resistance">
<summary>
Looks up a localized string similar to Resistance.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.AxisUtils">
<summary>
Class used to get the axis functionalities.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisUtils.ArcRadius(System.Drawing.PointF,System.Drawing.PointF,System.Single)">
<summary>
Find the RadialAxis minor gridlines arc radius value
</summary>
<param name="startPoint">Circle startPoint</param>
<param name="endPoint">Circle endPoint</param>
<param name="angle"> Angle 90 and 270. Used for calculating upper and lower circle</param>
<returns>Calculates the arc radius.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisUtils.CircleXYRadianValue(System.Single,System.Single,System.Single,System.Single)">
<summary>
Find the radian value of X,Y position, that lies on the circle from center position
</summary>
<param name="centerX">The center x</param>
<param name="centerY">The center y</param>
<param name="outterX">The outer x</param>
<param name="outterY">The outer y</param>
<returns>Calculates the circle radian value.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisUtils.IsIntersectWithLabelCollections(System.Collections.Generic.List{Syncfusion.WinForms.SmithChart.LabelRegion},Syncfusion.WinForms.SmithChart.LabelRegion,System.Int32)">
<summary>
Check the label intersection with label collections
</summary>
<param name="labelCollection">Label collection</param>
<param name="checkLabel">Current label</param>
<param name="count">Current label index</param>
<returns>Returns a value indicating Whether the given label intersect with it's previous label collections.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisUtils.IsIntersectRectangle(Syncfusion.WinForms.SmithChart.LabelRegion,Syncfusion.WinForms.SmithChart.LabelRegion)">
<summary>
Check the intersection of two rectangle
</summary>
<param name="rectangle1">The LabelRegion Rectangle 1.</param>
<param name="rectangle2">The LabelRegion Rectangle 2.</param>
<returns>Returns a value indicating whether the given rectangles intersects.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisUtils.CirclePointPosition(System.Single,System.Single,System.Single,System.Single)">
<summary>
Returns the position that lies on the circle border
</summary>
<param name="cx">Circle centerX</param>
<param name="cy">Circle centerY</param>
<param name="angle">Degree of circle that lies on the border to find it's position </param>
<param name="r">Circle radius</param>
<returns>Calculates the circle point position.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisUtils.SetLabelsInsidePosition(System.Single,System.Drawing.PointF,System.Drawing.SizeF)">
<summary>
Position the RadialAxis label inside the circle
</summary>
<param name="angle">Radial axis label place angle</param>
<param name="position">x,y position of text</param>
<param name="textSize">label size</param>
<returns>Point. new text position</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.AxisUtils.SetLabelsOutsidePosition(System.Single,System.Drawing.PointF,System.Drawing.SizeF)">
<summary>
Position the RadialAxis label outside the circle
</summary>
<param name="angle">Radial axis label place angle</param>
<param name="position">x,y position of text</param>
<param name="textSize">label size</param>
<returns>Point. new text position</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartAxis">
<summary>
Represents the chart axis common properties and base of Horizontal and Radial Axis.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAxis.PI">
<summary>
Sets the constant PI value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAxis.majorGridlinesVisible">
<summary>
Gets or sets a value indicating whether the major grid lines are visible.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAxis.minorGridlinesVisible">
<summary>
Gets or sets a value indicating whether the minor grid lines are visible.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAxis.minorGridlinesCount">
<summary>
Gets or sets the maximum minor grid lines render per 100 pixels
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAxis.labelPlacement">
<summary>
Gets or sets the style for the axis label
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAxis.labelIntersectAction">
<summary>
Gets or sets the intersect action for axis labels
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAxis.visible">
<summary>
Gets or sets the visibility for chart axes.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAxis.axisLineVisible">
<summary>
Gets or sets a value indicating whether the axis line is visible.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAxis.style">
<summary>
It stores the value of the <see cref="P:Syncfusion.WinForms.SmithChart.SfSmithChart.Style"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartAxis.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/> class.
</summary>
<param name="chart">instance of <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/></param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartAxis.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartAxis.OnAxisLabelCreated(Syncfusion.WinForms.SmithChart.ChartAxisLabelEventArgs)">
<summary>
Axis Label created event, to customize the axis label.
</summary>
<param name="args">Axis label event arguments</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartAxis.Redraw">
<summary>
Refreshes the chart.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartAxis.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/>
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="E:Syncfusion.WinForms.SmithChart.ChartAxis.LabelCreated">
<summary>
Customizing the ChartAxis label text and styles.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.Visible">
<summary>
Gets or sets a value indicating whether chart axis is visible.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MajorGridlinesVisible">
<summary>
Gets or sets a value indicating whether the major grid lines are visible.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MinorGridlinesVisible">
<summary>
Gets or sets a value indicating whether the minor grid lines are visible.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.LabelPlacement">
<summary>
Gets or sets the axis label position.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.LabelIntersectAction">
<summary>
Gets or sets the intersect action for axis labels.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MinorGridlinesCount">
<summary>
Gets or sets the maximum minor grid lines render per 100 pixels
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.AxisLineVisible">
<summary>
Gets or sets a value indicating whether the axis line is visible.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.Style">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.SmithChart.AxisStyle"/> value used to customize the appearance of the axes.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.LabelFont">
<summary>
Gets the font that is to be used for the axis label text.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.ForeColor">
<summary>
Gets the color that is to be used for the label text.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.AxisLineColor">
<summary>
Gets a color for chart axes lines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.AxisLineDashStyle">
<summary>
Gets a dash style for axes lines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.AxisLineWidth">
<summary>
Gets a width for chart axes lines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MajorGridlinesColor">
<summary>
Gets a color for major gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MajorGridlinesDashStyle">
<summary>
Gets a dash style for major gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MinorGridlinesDashStyle">
<summary>
Gets a dash style for minor gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MajorGridlinesWidth">
<summary>
Gets a width for major gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MinorGridlinesColor">
<summary>
Gets a color for minor gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MinorGridlinesWidth">
<summary>
Gets a width for minor gridlines.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.LabelsRegion">
<summary>
Gets or sets <see cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/> labels region, angle value stored in this collection.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MinorArcCenter">
<summary>
Gets or sets the center value for axis minor arc.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.SmithChart">
<summary>
Gets or sets the <see cref="P:Syncfusion.WinForms.SmithChart.ChartAxis.SmithChart"/> instance.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MajorGridArcPoints">
<summary>
Gets or sets <see cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/> major grid lines arc segments points and information.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxis.MinorGridArcPoints">
<summary>
Gets or sets <see cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/> minor grid lines arc segments points and information.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartAxisLabelEventArgs">
<summary>
Represents axis labels <see cref="P:Syncfusion.WinForms.SmithChart.ChartAxisLabelEventArgs.Label"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAxisLabelEventArgs.Label">
<summary>
Gets or sets the <see cref="P:Syncfusion.WinForms.SmithChart.ChartAxisLabelEventArgs.Label"/> of the axis label.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LabelRegion">
<summary>
This class contains the ChartAxis labels details
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LabelRegion.Left">
<summary>
Gets or sets the left of the label.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LabelRegion.Top">
<summary>
Gets or sets the top of the label.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LabelRegion.Right">
<summary>
Gets or sets the right of the label.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LabelRegion.Bottom">
<summary>
Gets or sets the bottom of the label.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LabelRegion.Label">
<summary>
Gets or sets the <see cref="P:Syncfusion.WinForms.SmithChart.LabelRegion.Label"/> of the label.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ArcPoint">
<summary>
This class contains the ChartAxis gridlines details
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ArcPoint.StartPoint">
<summary>
Gets or sets the start point of the arc.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ArcPoint.EndPoint">
<summary>
Gets or sets the end point of the arc.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ArcPoint.Size">
<summary>
Gets or sets the size of the arc.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.CirclePoint">
<summary>
This class contains information about the ChartAxis gridlines
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.CirclePoint.CenterX">
<summary>
Gets or sets the center x point of the circle.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.CirclePoint.CenterY">
<summary>
Gets or sets the center y point of the circle.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.CirclePoint.Radius">
<summary>
Gets or sets the radius of the circle.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.CirclePoint.Value">
<summary>
Gets or sets the value of the circle.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.CirclePoint.Angle">
<summary>
Gets or sets the angle of the circle.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.HorizontalAxis">
<summary>
Render the Horizontal ChartAxis
</summary>
<seealso cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.HorizontalAxis.SpaceBetweenGridLines">
<summary>
Gets or sets the minimum space or pixels between two Major Gridlines to render the next gridline
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.HorizontalAxis"/> class.
</summary>
<param name="chart">instance of smith chart</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.CalculateAxisRange">
<summary>
Calculates the <see cref="T:Syncfusion.WinForms.SmithChart.HorizontalAxis"/> labels and intervals.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.MeasureAxis">
<summary>
Measure the Major and Minor Gridlines
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.UpdateAxisLabels(System.Drawing.Graphics)">
<summary>
Updates the horizontal axis labels
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.DrawMajorArcs(System.Drawing.Graphics)">
<summary>
Draws the Horizontal major gridlines.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.DrawMinorArcs(System.Drawing.Graphics)">
<summary>
Draws the Horizontal minor gridlines.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.DrawAxisLine(System.Drawing.Graphics)">
<summary>
Paints the horizontal axis line.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.OverlapWithConstantValue(System.Single,System.Single,System.Single)">
<summary>
1'st and 2'nd is constant. So check the other gridlines text overlap with 1 and 2 value.
</summary>
<param name="x">Gridline value</param>
<param name="d">Diameter of Circle</param>
<param name="previousR">Gridline value radius</param>
<returns>true, If space is not available to place the text.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.CalculateAxisLabels">
<summary>
Calculate the Axis labels dynamically for the given circle
</summary>
<returns>dynamically created axis labels list</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.MeasureMajorGridLines">
<summary>
Measure major gridlines
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.RemoveIntersectLabels">
<summary>
Remove Intersected Axis labels.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.MeasureMinorGridLines">
<summary>
Measure minor gridlines
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.CalculateMajorArcStartEndPoints(System.Single)">
<summary>
Calculate the horizontal Arc start and end position in the Radial axis.
</summary>
<param name="value">The value</param>
<returns>Returns the circle points array.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.HorizontalAxis.CalculateMinorArcStartEndPoints(System.Single)">
<summary>
Calculate MinorGridlines start and end point from Radial axis circle
</summary>
<param name="value">The value</param>
<returns>Returns the circle point array.</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.RenderingMode">
<summary>
SmithChart Rendering mode
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.RenderingMode.Impedance">
<summary>
Rendering the series from Left to Right
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.RenderingMode.Admittance">
<summary>
Rendering the series from Right to Left
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LabelPlacement">
<summary>
Axis label placement.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LabelPlacement.Inside">
<summary>
Axis label displaying within the circle
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LabelPlacement.Outside">
<summary>
Displaying labels out of the circle
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LabelIntersectActions">
<summary>
Axis label intersect actions.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LabelIntersectActions.None">
<summary>
Axis label displaying without any changes
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LabelIntersectActions.Hide">
<summary>
Intersected labels will be hide
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.MarkerType">
<summary>
Marker shape type
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.MarkerType.Circle">
<summary>
Circle marker shape will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.MarkerType.Cross">
<summary>
Cross marker shape will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.MarkerType.Image">
<summary>
Image can also be set in the place of marker shapes.
</summary>
<seealso cref="T:Syncfusion.WinForms.SmithChart.ChartSeries"/>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.MarkerType.Diamond">
<summary>
Diamond marker shape will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.MarkerType.Pentagon">
<summary>
Pentagon marker shape will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.MarkerType.Plus">
<summary>
Plus marker shape will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.MarkerType.Rectangle">
<summary>
Rectangle marker shape will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.MarkerType.Triangle">
<summary>
Triangle marker shape will set.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartColorPalette">
<summary>
Pre-defined palettes for use with the ChartControl. Palettes are simply a group of colors that
can be used to provide a better visual appearance when displaying multiple chart series.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.None">
<summary>
No palette is set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.EarthTone">
<summary>
Palette containing earth tone colors.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Colorful">
<summary>
Colorful palette.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Nature">
<summary>
Palette containing the colors of nature.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Pastel">
<summary>
Palette containing pastel colors.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Triad">
<summary>
Palette containing triad colors.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.WarmCold">
<summary>
Palette that contains mixed warm and cold colors.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.SkyBlueStyle">
<summary>
Palette that contains mixed SkyBlue and Violet colors.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Metro">
<summary>
Palette that contains Metro colors.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartColorPalette.Custom">
<summary>
Custom user assigned color palette.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartDockPosition">
<summary>
Legend dock position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartDockPosition.Left">
<summary>
Aligns at left position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartDockPosition.Right">
<summary>
Aligns at right position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartDockPosition.Top">
<summary>
Aligns at top position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartDockPosition.Bottom">
<summary>
Aligns at bottom position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartDockPosition.Floating">
<summary>
Float position.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SmithChartLegendIconType">
<summary>
Gets or sets the legend icon type.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartLegendIconType.Circle">
<summary>
Circle legend icon will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartLegendIconType.Cross">
<summary>
Cross legend icon will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartLegendIconType.Custom">
<summary>
Custom legend icon will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartLegendIconType.Diamond">
<summary>
Diamond legend icon will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartLegendIconType.HorizontalLine">
<summary>
HorizontalLine legend icon will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartLegendIconType.Pentagon">
<summary>
Pentagon legend icon will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartLegendIconType.Rectangle">
<summary>
Rectangle legend icon will set.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartLegendIconType.Triangle">
<summary>
Triangle legend icon will set.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SfSmithChart">
<summary>
Represents the SmithChart control which is used to visualize the data graphically.
</summary>
The SmithChart is often used to make it easier to
understand large amount of data and the relationship between different parts
of the data.
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.legend">
<summary>
Gets or sets the chart legend.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.titleAlignment">
<summary>
Gets or sets the chart title alignment horizontally.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.text">
<summary>
Gets or sets the text for the chart control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.renderingMode">
<summary>
Gets or sets the rendering type of the chart.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.radius">
<summary>
Gets or sets the Circle radius Coefficient value to shrink the circle. It's range is from 0.1 to 1 and default value is 0.95.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.font">
<summary>
Gets or sets the font for the smith chart text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.horizontalAxis">
<summary>
Gets or sets the style for the horizontal axis.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.radialAxis">
<summary>
Gets or sets the style for the radial axis.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.series">
<summary>
Gets or sets the chart series collection.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.connectorFlag">
<summary>
Sets true, If the data label is needed connectorLine
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.allChartPoints">
<summary>
Stored all the series dataLabels region in this collections.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.previouseLabel">
<summary>
Gets or sets previousLabel and collide label.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.style">
<summary>
It stores the value of the <see cref="P:Syncfusion.WinForms.SmithChart.SfSmithChart.Style"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.toolTip">
<summary>
Gets or sets the instance for <see cref="T:Syncfusion.Windows.Forms.SfToolTip"/> class.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.toolTipInfo">
<summary>
Gets or sets the instance for <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> class.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.isDataPointRegion">
<summary>
Gets or sets the value indicating whether mouse position is data point region or not.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.previousPoint">
<summary>
Gets or sets the point.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.isSameDataPointRegion">
<summary>
Gets or sets the value indicating whether the mouse position is on the data point region.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.tooltipPointIndex">
<summary>
Gets or sets the data point index.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.tooltipSeriesIndex">
<summary>
Gets or sets the series index.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.toolTipOptions">
<summary>
Gets or sets the customization options for tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.validImageExtensions">
<summary>
Contain valid image extensions.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChart.isSaveBitmapImage">
<summary>
To check whether the save image method is called or not.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName customization
</summary>
<param name="themeName">Control ThemeName</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.GetControlName(System.String)">
<summary>
Helps to set the Control name
</summary>
<param name="controlName">Control Name</param>
<returns>Control name</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.BeginUpdate">
<summary>
Suspends the painting of the control until the <see cref="M:Syncfusion.WinForms.SmithChart.SfSmithChart.EndUpdate"/> method is called.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.EndUpdate">
<summary>
Resumes the painting of the control suspended by calling the <see cref="M:Syncfusion.WinForms.SmithChart.SfSmithChart.BeginUpdate"/> method.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.CopyToClipboard">
<summary>
Copy the smith chart bitmap image in to clipboard.
</summary>
</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.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.UpdateToolTip(System.Drawing.Point,Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Show Chart series tooltip
</summary>
<param name="mousePosition">mouse position</param>
<param name="series">series for which to update tooltip</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.WinForms.Theme.IThemeProvider.ThemeNameChanged"/> and <see cref="E:Syncfusion.WinForms.SmithChart.SfSmithChart.ThemeChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden to show the tooltip for smith chart data points.
</summary>
<param name="e">event arguments</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.CreateAccessibilityInstance">
<summary>
Overridden to update the accessibility object for the smith chart.
</summary>
<returns>Returns the accessibility object for the smith chart.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.OnRightToLeftChanged(System.EventArgs)">
<summary>
Occurs on Changing the RTL mode of the smith chart.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains event data.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.OnSizeChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.SizeChanged"/> event.
</summary>
<param name="e">event argument</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides the <see cref="E:System.Windows.Forms.Control.Paint"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.Dispose(System.Boolean)">
<summary>
Dispose this control and its children.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<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="!:System.Windows.Input.KeyEventArgs"/> that contains the event data. </param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.ResetPositions(Syncfusion.WinForms.SmithChart.DataLabelRegion)">
<summary>
Reset the actual x,y position of data label.
</summary>
<param name="point">Data Label Region Point.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.IsCollide(Syncfusion.WinForms.SmithChart.DataLabelRegion,Syncfusion.WinForms.SmithChart.DataLabelRegion)">
<summary>
Detects the collision between the data labels.
</summary>
<param name="dataLabel1">The First Data Label</param>
<param name="dataLabel2">The Second Data Label</param>
<returns>Value indicating whether the data labels are collided.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.CalculateTooltipPosition(Syncfusion.WinForms.Controls.ToolTipInfo,System.Drawing.PointF,System.Single,System.Single)">
<summary>
Calculates the x and y position of the tooltip.
</summary>
<param name="info">tooltip info</param>
<param name="point">data point region</param>
<param name="xOffset">half of the marker height</param>
<param name="yOffset">half of the marker width</param>
<returns>location of the tooltip</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.InitializeTooltip">
<summary>
Initializes the tooltip for smith chart.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.UpdateTooltipLocation(Syncfusion.WinForms.SmithChart.ChartSeries,Syncfusion.WinForms.Controls.ToolTipInfo,System.Drawing.PointF)">
<summary>
Determines the location of the tooltip with adjust to chart area.
</summary>
<param name="series">represents the corresponding series</param>
<param name="info">tooltip info object</param>
<param name="pointPosition">data point location.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.OnSeriesPropertyChanged(Syncfusion.WinForms.SmithChart.ChartSeriesCollection,Syncfusion.WinForms.SmithChart.ChartSeriesCollection)">
<summary>
Called when series property is changed
</summary>
<param name="oldValue">represents the old value</param>
<param name="newValue">represents the new value</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.DrawChartTitle(System.Drawing.Graphics)">
<summary>
Draws the chart title.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.DrawChartArea(System.Drawing.Graphics)">
<summary>
Draws the chart area.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.Series_CollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
<summary>
Called when series collection is changed.
</summary>
<param name="sender">sender object</param>
<param name="e">collection changed arguments</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.OnRTLChanged">
<summary>
Performs additional operations when Right to left is changed.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.UpdateChartArea(System.Drawing.Graphics)">
<summary>
Measures the chart area and title.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.UpdateChartAxis(System.Drawing.Graphics)">
<summary>
Calculate, measure and update the chart axis
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.PaintAxesLines(System.Drawing.Graphics)">
<summary>
Paints the axes lines.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.PaintAxesGridlines(System.Drawing.Graphics)">
<summary>
Paints the axes gridlines.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.CalculateCircleMargin(System.Drawing.Graphics)">
<summary>
Measure margin between the ChartArea and Circle
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.MeasureAvailableSize(System.Drawing.SizeF,System.Drawing.Graphics)">
<summary>
Measures the available size.
</summary>
<param name="size">size pf the control</param>
<param name="g">graphics object of the control</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.MeasureChartArea(System.Drawing.RectangleF,System.Single)">
<summary>
Measures the chart plotting area.
</summary>
<param name="remainingArea">Remaining area with the exception of title area</param>
<param name="offset">Indicates the title height</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.UpdateLegend(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Updates the legend.
</summary>
<param name="chart">represents the smith chart.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.UpdateChartSeries(System.Drawing.Graphics)">
<summary>
Renders the chart series.
</summary>
<param name="graphics"><see cref="T:System.Drawing.Graphics"/> instance.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.ArrangeChartDataLabels(System.Drawing.Graphics)">
<summary>
Arranges the data label for chart series points.
</summary>
<param name="graphics">Series to which data label has to be added</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.DataLabelCollideWithChartArea(System.Collections.Generic.List{Syncfusion.WinForms.SmithChart.DataLabelRegion})">
<summary>
Hide the data label that placed out of the ChartArea
</summary>
<param name="dataLabels">The Data Labels</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.CalculateSmartLabels(Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Method to avoid collision between data labels
</summary>
<param name="series">The Series</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.CompareDataLabels(System.Int32,System.Collections.Generic.List{Syncfusion.WinForms.SmithChart.DataLabelRegion},System.Int32)">
<summary>
Method to compare data labels and place without collision
</summary>
<param name="index">The Index</param>
<param name="points">The Points</param>
<param name="count">The Count</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.ValidateImageExtension(System.String)">
<summary>
Validate the image extension.
</summary>
<param name="fileName">The filename with extension that specifies the image will be saved in the mentioned name and image format.</param>
<returns>Returns save image file name</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.SaveBitmapImage(System.String)">
<summary>
Saves the smithchart as an image in the specified format.
</summary>
<param name="fileName">The filename with extension that specifies the image will be saved in the mentioned name and image format.</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChart.CreateAndSaveBitmapImage(System.String,System.Drawing.Imaging.ImageFormat)">
<summary>
Create and save the bitmap image.
</summary>
<param name="fileName">The filename with extension that specifies the image will be saved in the mentioned name and image format.</param>
<param name="imageFormat">Specifies the type of format to save the image.</param>
</member>
<member name="E:Syncfusion.WinForms.SmithChart.SfSmithChart.ThemeChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> has changed.
</summary>
</member>
<member name="E:Syncfusion.WinForms.SmithChart.SfSmithChart.TooltipOpening">
<summary>
Occurs before the point's tooltip open and used to customize the tooltip text and styles.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.AccessibilityEnabled">
<summary>
Gets or sets a value indicating whether the control should enable its Accessibility support.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.TooltipOptions">
<summary>
Gets or sets the customization options for tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.Legend">
<summary>
Gets or sets the legend for smith chart. Please refer to <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/> for more information.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.Style">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.SmithChart.ChartStyle"/> value used to customize the appearance of the smith chart.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.Series">
<summary>
Gets or sets the collection of series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.TitleAlignment">
<summary>
Gets or sets the chart title alignment horizontally.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.RenderingMode">
<summary>
Gets or sets the rendering type of the chart.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.HorizontalAxis">
<summary>
Gets or sets the style for the horizontal axis.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.RadialAxis">
<summary>
Gets or sets the style for the radial axis.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.Radius">
<summary>
Gets or sets the Circle radius Coefficient value to shrink the circle. It's range is from 0.1 to 1 and default value is 0.95.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ColorModel">
<summary>
Gets or sets the palette for chart.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.Text">
<summary>
Gets or sets the text for the chart control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.Font">
<summary>
Gets or sets the font for the smith chart text.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ForeColor">
<summary>
Gets or sets the fore color for the control text.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.BackColor">
<summary>
Gets or sets the back color for the chart.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.SmoothingMode">
<summary>
Gets the smoothing mode for smith chart rendering.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ChartAreaBorderColor">
<summary>
Gets the border color for the chart area border.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ChartAreaBorderWidth">
<summary>
Gets the width for the chart area border.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ChartAreaBackColor">
<summary>
Gets the background color for chart area.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.InternalTitleAlignment">
<summary>
Gets or sets the title alignment. Used internally when RTL is enabled.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.InternalRenderingType">
<summary>
Gets or sets the rendering type. Used internally when RTL is enabled.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ControlRect">
<summary>
Gets or sets the ControlArea <see cref="T:System.Drawing.RectangleF"/> region.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ChartAreaRect">
<summary>
Gets or sets the ChartArea <see cref="T:System.Drawing.RectangleF"/> region.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ChartTitleRect">
<summary>
Gets or sets the ChartHeader <see cref="T:System.Drawing.RectangleF"/> region.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.CircleLeftX">
<summary>
Gets or sets chart area circle X Position after calculating Coefficient.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.CircleTopY">
<summary>
Gets or sets chart area circle Y Position after calculating Coefficient.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ChartAreaLeftX">
<summary>
Gets or sets chart area X position.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.ChartAreaTopY">
<summary>
Gets or sets chat area Y position.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.AreaRadius">
<summary>
Gets or sets chart area circle radius value.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.CenterX">
<summary>
Gets or sets chart area circle centerX position.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.CenterY">
<summary>
Gets or sets chart area circle centerX position.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.MinRect">
<summary>
Gets or sets chart area minimum width or height.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.RadialAxisCircleCollection">
<summary>
Gets or sets the radial axis major grid line points.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.HorizontalAxisCircleCollection">
<summary>
Gets or sets the horizontal axis major grid line points.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.IsImpedance">
<summary>
Gets or sets a value indicating whether rendering type is Impedance or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChart.VisibleSeries">
<summary>
Gets or sets the visible series collection.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.NativeMethods">
<summary>
Represents a class that provides the native methods for Painting.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.NativeMethods.WM_SETREDRAW">
<summary>
Represents the redraw constant.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window and does not return until the window procedure has processed the message.
</summary>
<param name="hWnd">A handle to the window whose window procedure will receive the message.</param>
<param name="Msg">The message to be sent.</param>
<param name="wParam">Additional message-specific information.</param>
<param name="lParam">A Additional message-specific information.</param>
<returns>The return value specifies the result of the message processing; it depends on the message sent.</returns>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.RadialAxis">
<summary>
Render the RadialAxis
</summary>
<seealso cref="T:Syncfusion.WinForms.SmithChart.ChartAxis"/>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.RadialAxis.labelCollections">
<summary>
Collections of Radial axis label position, angle and value
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.RadialAxis"/> class.
</summary>
<param name="chart">instance of smith chart"</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.MeasureAxis">
<summary>
Measure the Radial axis major and minor gridlines
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.CalculateAxisRange">
<summary>
Calculate Radial axis labels and intervals.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.UpdateAxisLabels(System.Drawing.Graphics)">
<summary>
Updates the radial axis labels
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.MaximumLabelLength(System.Drawing.Graphics)">
<summary>
Calculate maximum label length of radial axis and Trigger LabelRendering event
</summary>
<param name="g">graphics object</param>
<returns>maximum label length</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.DrawMajorArcs(System.Drawing.Graphics)">
<summary>
Draws the Radial major gridlines.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.DrawMinorArcs(System.Drawing.Graphics)">
<summary>
Draws the Radial minor gridlines.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.DrawAxisLine(System.Drawing.Graphics)">
<summary>
Paints the radial axis line.
</summary>
<param name="g">graphics object</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.RemoveIntersectLabels">
<summary>
Remove Intersected Axis labels.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.MeasureMajorGridLines">
<summary>
Measure major gridlines
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.CalculateMajorArcStartEndPoints(Syncfusion.WinForms.SmithChart.CirclePoint,System.Double)">
<summary>
Calculate the RadialAxis arc start and end position in the Horizontal axis.
</summary>
<param name="radialPoint">Radial point</param>
<param name="value">The value</param>
<returns>Returns major arc start end points.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.MeasureMinorGridLines">
<summary>
Measure minor gridlines
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.RadialAxis.MinorGridlineArcInterSectCircle(System.Single)">
<summary>
Calculate the RadialAxis MinorGridlines intersect with horizontal axis circle
</summary>
<param name="centerValue">Center value</param>
<returns>Returns minor grid line arc intersect circle.</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.RadialAxis.RadialAxisLabels">
<summary>
Gets or sets the collection of <see cref="T:Syncfusion.WinForms.SmithChart.RadialAxis"/> Major GridLines values.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SfSmithChartDesigner">
<summary>
Represents a class that supports the actions performed in the designer window of smith chart.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChartDesigner.actionLists">
<summary>
Gets the list of actions performed in the grid's designer window.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChartDesigner.BuildActionLists">
<summary>
Builds the action lists in the smith chart.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChartDesigner.ActionLists">
<summary>
Gets the list of actions performed in the smith chart's designer window.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList">
<summary>
Defines a class that supports the actions performed in the designer window of the smith chart.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.smithChart">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> and assign the smart tag.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList"/> class.
</summary>
<param name="component">represents the control</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.GetSortedActionItems">
<summary>
Returns the collection of <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> objects contained in the list.
</summary>
<returns>
A <see cref="T:System.ComponentModel.Design.DesignerActionItem"/> array that contains the items in this list.
</returns>
Override
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.GetPropertyByName(System.String)">
<summary>
Get the property in the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/>
</summary>
<param name="propName">Property name of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/></param>
<returns>PropertyDescriptor of the given property.</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.RenderingMode">
<summary>
Gets or sets the rendering mode for smith chart.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.Text">
<summary>
Gets or sets the text for the chart control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.RightToLeft">
<summary>
Gets or sets the RTL for the smith chart control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.Radius">
<summary>
Gets or sets the Radius for the smith chart control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.ForeColor">
<summary>
Gets or sets the fore color for the control text.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SmithChartDesignerActionList.BackColor">
<summary>
Gets or sets the back color for the smith chart control.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject">
<summary>
Represents the class that provides the accessibility object for the Smith Chart.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.sfSmithChart">
<summary>
Specifies the accessibility control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject"/> class.
</summary>
<param name="smithChart">Smith Chart control</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.GetChildCount">
<summary>
Overridden to get the child count of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/>.
</summary>
<returns>Returns the child count of the smith chart.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.GetChild(System.Int32)">
<summary>
Overridden to get the accessibility object of the child at the given index.
</summary>
<param name="index">The index of the child control.</param>
<returns>Returns the child object at the given index.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.GetChartTitleAccessibleObject">
<summary>
Gets the accessibility object for chart title.
</summary>
<returns>chart title accessibility object</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.GetChartAreaAccessibleObject">
<summary>
Gets the accessibility object for chart area.
</summary>
<returns>chart area accessibility object</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.GetLegendAccessibleObject">
<summary>
Gets the accessibility object for chart legend.
</summary>
<returns>chart legend accessibility object</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.Name">
<summary>
Gets the AccessibleName of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.Bounds">
<summary>
Gets the bounds of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.Parent">
<summary>
Gets the accessibility object of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> parent.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SfSmithChartAccessibilityObject.Description">
<summary>
Gets the AccessibleDescription of the <see cref="T:Syncfusion.WinForms.SmithChart.SfSmithChart"/> control.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartTitleAccessibleObject">
<summary>
Represents the class that provides the accessibility object for the Smith Chart title.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartTitleAccessibleObject.chart">
<summary>
Specifies the accessibility control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartTitleAccessibleObject.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartTitleAccessibleObject"/> class.
</summary>
<param name="chart">smith chart instance</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartTitleAccessibleObject.Role">
<summary>
Gets the AccessibleRole of the chart title.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartTitleAccessibleObject.Name">
<summary>
Gets the AccessibleName of the chart title object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartTitleAccessibleObject.Description">
<summary>
Gets the AccessibleDescription of the chart title object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartTitleAccessibleObject.Bounds">
<summary>
Gets the bounds of the chart title object.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject">
<summary>
Represents the class that provides the accessibility object for the Smith Chart area.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject.chart">
<summary>
Specifies the accessibility control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject"/> class.
</summary>
<param name="chart">smith chart instance</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject.GetChildCount">
<summary>
Overridden to update the child count of chart.
</summary>
<returns>Returns the child count of the smith chart.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject.GetChild(System.Int32)">
<summary>
Overridden to get the accessibility object of the child at the given index.
</summary>
<param name="index">The index of the child control.</param>
<returns>Returns the child object at the given index.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject.GetSeriesAccessibleObject(System.Int32)">
<summary>
Gets the accessibility object of the series.
</summary>
<param name="index">The index of the child control.</param>
<returns>accessibility object of the series</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject.Role">
<summary>
Gets the AccessibleRole of chart area.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject.Name">
<summary>
Gets the AccessibleName of chart area.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject.Description">
<summary>
Gets the Accessible Description of chart area.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.ChartAreaAccessibleObject.Bounds">
<summary>
Gets the bounds of chart area.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject">
<summary>
Represents the class that provides the accessibility object for the Smith Chart series.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.chart">
<summary>
Specifies the accessibility control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.index">
<summary>
Specifies the index control text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.series">
<summary>
Gets or sets the chart series.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject"/> class.
</summary>
<param name="chart">smith chart instance</param>
<param name="index">corresponding index</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.GetChildCount">
<summary>
Overridden to update the counts of series data point.
</summary>
<returns>Returns the data point count of the smith chart.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.GetChild(System.Int32)">
<summary>
Overridden to get the accessibility object of the child at the given index.
</summary>
<param name="index">The index of the child control.</param>
<returns>Returns the child object at the given index.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.GetSeriesDataPointAccessibleObject(System.Int32)">
<summary>
Gets the accessibility object of the series data point.
</summary>
<param name="index">corresponding data point index</param>
<returns>Returns the child object at the given index.</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.Role">
<summary>
Gets the AccessibleRole of the series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.Name">
<summary>
Gets the AccessibleName of the series.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SeriesAccessibleObject.Description">
<summary>
Gets the AccessibleDescription of the series.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject">
<summary>
Represents the class that provides the accessibility object for the Smith Chart series data point.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject.chart">
<summary>
Specifies the accessibility control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject.index">
<summary>
Specifies the index of series data point.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject.series">
<summary>
Specifies the chart series.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart,System.Int32,Syncfusion.WinForms.SmithChart.ChartSeries)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject"/> class.
</summary>
<param name="chart">smith chart instance</param>
<param name="index">corresponding data point index</param>
<param name="series">Specifies the chart series</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject.Role">
<summary>
Gets the AccessibleRole of the data point.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject.Name">
<summary>
Gets the AccessibleName of the data point.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject.Description">
<summary>
Gets the AccessibleDescription of the data point.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.SeriesDataPointAccessibleObject.Bounds">
<summary>
Gets the bounds of the data point.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LegendAccessibleObject">
<summary>
Represents the class that provides the accessibility object for the Smith Chart legend.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LegendAccessibleObject.chart">
<summary>
Specifies the accessibility control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendAccessibleObject.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendAccessibleObject"/> class.
</summary>
<param name="chart">smith chart instance</param>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendAccessibleObject.GetChildCount">
<summary>
Overridden to get the child count of the <see cref="T:Syncfusion.WinForms.SmithChart.ChartLegend"/>.
</summary>
<returns>Returns the child count of the smith chart.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendAccessibleObject.GetChild(System.Int32)">
<summary>
Overridden to get the accessibility object of the child at the given index.
</summary>
<param name="index">The index of the child control.</param>
<returns>Returns the child object at the given index.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendAccessibleObject.GetLegendItemAccessibleObject(System.Int32)">
<summary>
Gets the accessibility object of the series.
</summary>
<param name="index">The index of the child control.</param>
<returns>accessibility object of the legend item</returns>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendAccessibleObject.Role">
<summary>
Gets the AccessibleRole of the legend.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendAccessibleObject.Name">
<summary>
Gets the AccessibleName of the legend.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendAccessibleObject.Description">
<summary>
Gets the AccessibleDescription of the legend.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendAccessibleObject.Bounds">
<summary>
Gets the bounds of the legend.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.LegendItemAccessibleObject">
<summary>
Represents the class that provides the accessibility object for the Smith Chart legend item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LegendItemAccessibleObject.chart">
<summary>
Specifies the accessibility control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.SmithChart.LegendItemAccessibleObject.index">
<summary>
Specifies the index of series data point.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.LegendItemAccessibleObject.#ctor(Syncfusion.WinForms.SmithChart.SfSmithChart,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.SmithChart.LegendItemAccessibleObject"/> class.
</summary>
<param name="chart">smith chart instance</param>
<param name="index">corresponding legend item index</param>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItemAccessibleObject.Role">
<summary>
Gets the AccessibleRole of the legend item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItemAccessibleObject.Name">
<summary>
Gets the AccessibleName of the legend item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItemAccessibleObject.Description">
<summary>
Gets the AccessibleDescription of the legend item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.SmithChart.LegendItemAccessibleObject.Bounds">
<summary>
Gets the bounds of the legend item.
</summary>
</member>
<member name="T:Syncfusion.WinForms.SmithChart.Utils">
<summary>
Class used to get the common functionalities.
</summary>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.Utils.IsPointRegion(System.Drawing.RectangleF,System.Drawing.Point)">
<summary>
Returns true, If the mouse position is within the rectangle region.
</summary>
<param name="rect">The <see cref="!:Rect"/></param>
<param name="mousePos">The Mouse Point</param>
<returns>Returns the boolean value</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.Utils.GetSegmentColor(Syncfusion.WinForms.SmithChart.ChartSeries,System.Object)">
<summary>
Gets the interior color for series segments.
</summary>
<param name="series">The Series</param>
<param name="parameter">The Parameter</param>
<returns>The segment color brush</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.Utils.GetLuminanceColor(System.Drawing.Color)">
<summary>
Method used to get the luminance color from RGB.
</summary>
<param name="color">The Color</param>
<returns>The luminance brush.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.Utils.GetDpiSize(System.Drawing.SizeF)">
<summary>
Gets the size of the text according to the DPI.
</summary>
<param name="size">Existing size that need to be modified according to DPI.</param>
<returns>Returns the size according to the DPI.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.Utils.IntersectingCirclePoints(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Boolean)">
<summary>
Intersect point of two Circles
</summary>
<param name="x1">Circle1 centerX</param>
<param name="y1">Circle1 centerY</param>
<param name="r1">Circle1 radius</param>
<param name="x2">Circle2 circleX</param>
<param name="y2">Circle2 centerY</param>
<param name="r2">Circle2 radius</param>
<param name="isImpedence">RenderingType of Chart</param>
<returns>Calculates the intersecting circle points.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.Utils.IsValidItemData(System.Object)">
<summary>
Validate the data point is valid or not.
</summary>
<param name="data">data source data points</param>
<returns>property to indicate valid data.</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.Utils.ReflectedObject(System.Object,System.String)">
<summary>
Reflection for binding path
</summary>
<param name="parentObj">The Parent Object</param>
<param name="actualPath">The Actual Path</param>
<returns>The Reflected Object</returns>
</member>
<member name="M:Syncfusion.WinForms.SmithChart.Utils.GetPropertyInfo(System.Object,System.String)">
<summary>
Gets the property from the specified object.
</summary>
<param name="obj">Object to retrieve a property.</param>
<param name="path">Property name</param>
<returns>The Property Information</returns>
</member>
</members>
</doc>