update 20260406
This commit is contained in:
@@ -1293,15 +1293,6 @@
|
||||
<param name="s">String to be tested.</param>
|
||||
<returns>True is passed in string is null or empty, otherwise False.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.GetSerializedDateTime(System.String)">
|
||||
<summary>
|
||||
Converts a DateTime value into its serialized date-time representation.
|
||||
</summary>
|
||||
<param name="s">The input string that represents a DateTime.</param>
|
||||
<returns>
|
||||
Returns the serialized DateTime value.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.GetFormulaText(System.String@)">
|
||||
<summary>
|
||||
Given a string, it returns a string that is passed through the FormulaParsing event
|
||||
@@ -5227,24 +5218,10 @@
|
||||
formulas, or numbers.</param>
|
||||
<returns>A string holding the sum of all values listed in the argument.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.GetValueFromRange(System.String)">
|
||||
<summary>
|
||||
Retrieves the range value, returning "0" if it contains a TEXT formula; otherwise returns the cell value.
|
||||
</summary>
|
||||
<returns>
|
||||
A string value.Returns "0" if the range contains a TEXT otherwise returns the value of the cell.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.IsTextFunction(System.String)">
|
||||
<summary>
|
||||
Determines whether the specified Excel function name is one that
|
||||
returns a text value rather than a numeric value.
|
||||
</summary>
|
||||
<returns>
|
||||
True if the function is a text-returning function otherwise, false.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeSumIFS(System.String)">
|
||||
<summary>
|
||||
Returns the sum of all the cells in a range which is statisfy the given multible criteria
|
||||
</summary>
|
||||
<param name="argList">range of cells, criteria1, average_range1,...</param>
|
||||
<returns>returns the sum value of the cells.</returns>
|
||||
</member>
|
||||
@@ -22512,16 +22489,6 @@
|
||||
Returns or sets the threshold value separating the two sections of either a pie of pie chart or a bar of pie chart.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartFormatImpl.IsSplitValueSet">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether the split value has been explicitly set.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartFormatImpl.IsPieConnectedLineEnable">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether the connecting lines for pie of pie chart is enabled.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartFormatImpl.PieSecondSize">
|
||||
<summary>
|
||||
Returns or sets the size of the secondary section of either a pie of pie chart or
|
||||
@@ -22612,7 +22579,7 @@
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartFormatImpl.Elevation">
|
||||
<summary>
|
||||
Returns or sets the elevation of the 3-D chart view, in degrees (–90 to +90 degrees).
|
||||
Returns or sets the elevation of the 3-D chart view, in degrees (<EFBFBD>90 to +90 degrees).
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartFormatImpl.IsDefaultElevation">
|
||||
@@ -25668,15 +25635,6 @@
|
||||
</summary>
|
||||
<returns>Created axis.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Implementation.Charts.ChartImpl.GetWaterfallChartThemeColor(Syncfusion.OfficeChart.WaterfallBarType)">
|
||||
<summary>
|
||||
Returns a theme-based color for a waterfall chart bar based on its type.
|
||||
Maps each <see cref="T:Syncfusion.OfficeChart.WaterfallBarType"/> to a predefined theme color index:
|
||||
Increase ? Accent1, Decrease ? Accent2, Total ? Accent3 or Accent6.
|
||||
</summary>
|
||||
<param name="barType">The type of the waterfall bar (Increase, Decrease, or Total).</param>
|
||||
<returns>A <see cref="T:System.Drawing.Color"/> object representing the theme color for the specified bar type.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Implementation.Charts.ChartImpl.GetChartColor(System.Int32,System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Returns the chart color respect to index on automatic format
|
||||
@@ -28690,11 +28648,6 @@
|
||||
This holds multi level cache point count.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartSerieImpl.IsSecondarySerie">
|
||||
<summary>
|
||||
True the seies is the secondary axis, Otherwise false
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Implementation.Charts.ChartSerieImpl.ErrorBar(System.Boolean)">
|
||||
<summary>
|
||||
Creates error bar object.
|
||||
@@ -29802,56 +29755,6 @@
|
||||
The list stores the default paragraph properties
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_verticalAlignmentTitle">
|
||||
<summary>
|
||||
Stores the vertical alignment setting for the chart title text.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_anchorCenter">
|
||||
<summary>
|
||||
Indicates whether the text is centered around the anchor point.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_verticalOverflow">
|
||||
<summary>
|
||||
Defines how text behaves when it overflows vertically.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_horizontalOverflow">
|
||||
<summary>
|
||||
Defines how text behaves when it overflows horizontally.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_textWrap">
|
||||
<summary>
|
||||
Specifies whether text wrapping is enabled.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_leftMargin">
|
||||
<summary>
|
||||
Represents the left margin value for the text area.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_topMargin">
|
||||
<summary>
|
||||
Represents the top margin value for the text area.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_rightMargin">
|
||||
<summary>
|
||||
Represents the right margin value for the text area.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_bottomMargin">
|
||||
<summary>
|
||||
Represents the bottom margin value for the text area.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.m_spaceFirstLastParagraph">
|
||||
<summary>
|
||||
Specifies spacing between the first and last paragraphs.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.#ctor(Syncfusion.OfficeChart.IApplication,System.Object)">
|
||||
<summary>
|
||||
Creates objects sets its Application and Parent properties to specified values.
|
||||
@@ -29976,56 +29879,6 @@
|
||||
</summary>
|
||||
<returns>Generated .Net font.</returns>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.VerticalAlignmentTitle">
|
||||
<summary>
|
||||
Gets and sets the vertical alignment title.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.AnchorCenter">
|
||||
<summary>
|
||||
Gets and sets the anchor center value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.VerticalOverflow">
|
||||
<summary>
|
||||
Gets and sets the vertical overflow setting.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.HorizontalOverflow">
|
||||
<summary>
|
||||
Gets and sets the horizontal overflow setting.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.TextWrap">
|
||||
<summary>
|
||||
Gets and sets the text wrap setting.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.LeftMargin">
|
||||
<summary>
|
||||
Gets and sets the left margin value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.TopMargin">
|
||||
<summary>
|
||||
Gets and sets the top margin value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.RightMargin">
|
||||
<summary>
|
||||
Gets and sets the right margin value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.BottomMargin">
|
||||
<summary>
|
||||
Gets and sets the bottom margin value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.SpaceFirstLastParagraph">
|
||||
<summary>
|
||||
Gets and sets the spacing between first and last paragraph.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.OfficeChart.Implementation.Charts.ChartTextAreaImpl.IsBaselineWithPercentage">
|
||||
<summary>
|
||||
Gets and sets the indicating wheather baseline have percentage value or not.
|
||||
@@ -40509,16 +40362,6 @@
|
||||
<param name="iLastColumn">Last column.</param>
|
||||
<returns>Number of parts: 1 - one cell, 2 - range of cells.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Implementation.RangeImpl.GetMinMaxRowColFromCellNames(System.String[],System.Int32@,System.Int32@,System.Int32@,System.Int32@)">
|
||||
<summary>
|
||||
Finds the minimum and maximum row/column values from among the string representation of cells.
|
||||
</summary>
|
||||
<param name="cells">Cells to find minimum and maximum.</param>
|
||||
<param name="iFirstRow">First row.</param>
|
||||
<param name="iFirstColumn">First column.</param>
|
||||
<param name="iLastRow">Last row.</param>
|
||||
<param name="iLastColumn">Last column.</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Implementation.RangeImpl.GetRectangeOfRange(Syncfusion.OfficeChart.IRange,System.Boolean)">
|
||||
<summary>
|
||||
Gets rectangle object, that represents rect of range.
|
||||
@@ -64796,36 +64639,6 @@
|
||||
Represents the direction of text.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.XmlSerialization.Shapes.Drawings.TextAnchorAttribute">
|
||||
<summary>
|
||||
Specifies the anchor position of the text within the body.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.XmlSerialization.Shapes.Drawings.AnchorCenterAttribute">
|
||||
<summary>
|
||||
Indicates whether the text is centered around the anchor point.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.XmlSerialization.Shapes.Drawings.VerticalOverflowAttribute">
|
||||
<summary>
|
||||
Controls how text behaves when it overflows vertically.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.XmlSerialization.Shapes.Drawings.HorizontalOverflowAttribute">
|
||||
<summary>
|
||||
Controls how text behaves when it overflows horizontally.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.XmlSerialization.Shapes.Drawings.TextWrapAttribute">
|
||||
<summary>
|
||||
Determines whether text wrapping is enabled.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.Implementation.XmlSerialization.Shapes.Drawings.SpaceFirstLastParaAttribute">
|
||||
<summary>
|
||||
Specifies spacing between the first and last paragraphs.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.OfficeChart.Implementation.XmlSerialization.Shapes.ChartShapeSerializator">
|
||||
<summary>
|
||||
This class is responsible for chart shape serialization.
|
||||
@@ -79774,32 +79587,6 @@
|
||||
Default Constructor.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Parser.Biff_Records.ArrayRecord.GetStoreSize(Syncfusion.OfficeChart.OfficeVersion)">
|
||||
<summary>
|
||||
Size of the required storage space. Read-only.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Parser.Biff_Records.ArrayRecord.SerializeDimensions(Syncfusion.OfficeChart.Parser.Biff_Records.ISharedFormula,Syncfusion.OfficeChart.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.OfficeChart.OfficeVersion)">
|
||||
<summary>
|
||||
Serializes area that is covered by array formula.
|
||||
</summary>
|
||||
<param name="shared">Object that contains dimensions data.</param>
|
||||
<param name="provider">Object that provides access to the data.</param>
|
||||
<param name="iOffset">Offset in the buffer.</param>
|
||||
<param name="version">Excel version used for infill.</param>
|
||||
<returns>Updated offset.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.OfficeChart.Parser.Biff_Records.ArrayRecord.InfillInternalData(Syncfusion.OfficeChart.Parser.Biff_Records.DataProvider,System.Int32,Syncfusion.OfficeChart.OfficeVersion)">
|
||||
<summary>
|
||||
In this method, a class must pack all of its properties into
|
||||
an internal data array, m_data. This method is called by
|
||||
FillStream, when the record must be serialized into a stream.
|
||||
</summary>
|
||||
<param name="provider">Object that provides access to the data.</param>
|
||||
<param name="iOffset">Offset in the buffer.</param>
|
||||
<param name="version">Excel version used for infill.</param>
|
||||
<returns>Size of the record data.</returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.OfficeChart.Parser.Biff_Records.BitmapRecord">
|
||||
<summary>
|
||||
This record is part of the Page Settings Block.
|
||||
@@ -126808,26 +126595,6 @@
|
||||
Indicates the Not Docked option.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.OfficeChart.WaterfallBarType">
|
||||
<summary>
|
||||
Specifies the bar type of the waterfall chart.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.WaterfallBarType.Increase">
|
||||
<summary>
|
||||
Represents a positive change or increase in value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.WaterfallBarType.Decrease">
|
||||
<summary>
|
||||
Represents a negative change or decrease in value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.OfficeChart.WaterfallBarType.Total">
|
||||
<summary>
|
||||
Represents a total or subtotal bar, typically used to summarize values.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.OfficeChart.OfficePrintedChartSize">
|
||||
<summary>
|
||||
Enumeration of the print size of charts in Excel.
|
||||
|
||||
Reference in New Issue
Block a user