;
}
/**
* Represents the preset style types for sparkline.
*/
export enum SparklinePresetStyleType {
/**
* Style 1
*/
Style1 = 0,
/**
* Style 2
*/
Style2 = 1,
/**
* Style 3
*/
Style3 = 2,
/**
* Style 4
*/
Style4 = 3,
/**
* Style 5
*/
Style5 = 4,
/**
* Style 6
*/
Style6 = 5,
/**
* Style 7
*/
Style7 = 6,
/**
* Style 8
*/
Style8 = 7,
/**
* Style 9
*/
Style9 = 8,
/**
* Style 10
*/
Style10 = 9,
/**
* Style 11
*/
Style11 = 10,
/**
* Style 12
*/
Style12 = 11,
/**
* Style 13
*/
Style13 = 12,
/**
* Style 14
*/
Style14 = 13,
/**
* Style 15
*/
Style15 = 14,
/**
* Style 16
*/
Style16 = 15,
/**
* Style 17
*/
Style17 = 16,
/**
* Style 18
*/
Style18 = 17,
/**
* Style 19
*/
Style19 = 18,
/**
* Style 20
*/
Style20 = 19,
/**
* Style 21
*/
Style21 = 20,
/**
* Style 22
*/
Style22 = 21,
/**
* Style 23
*/
Style23 = 22,
/**
* Style 24
*/
Style24 = 23,
/**
* Style 25
*/
Style25 = 24,
/**
* Style 26
*/
Style26 = 25,
/**
* Style 27
*/
Style27 = 26,
/**
* Style 28
*/
Style28 = 27,
/**
* Style 29
*/
Style29 = 28,
/**
* Style 30
*/
Style30 = 29,
/**
* Style 31
*/
Style31 = 30,
/**
* Style 32
*/
Style32 = 31,
/**
* Style 33
*/
Style33 = 32,
/**
* Style 34
*/
Style34 = 33,
/**
* Style 35
*/
Style35 = 34,
/**
* Style 36
*/
Style36 = 35,
/**
* No preset style.
*/
Custom = 36,
}
/**
* Represents the sparkline types.
*/
export enum SparklineType {
/**
* Line sparkline.
*/
Line = 0,
/**
* Column sparkline.
*/
Column = 1,
/**
* Represents a Win/Loss sparkline.
*
* @remarks
* NOTE: This member is now obsolete. Instead, please use enum.
* This property will be removed 12 months later since June 2026.
* Aspose apologizes for any inconvenience you may have experienced.
* @deprecated
* Use SparklineType.WinLoss enum instead.
*/
Stacked = 2,
/**
* Represents a Win/Loss sparkline.
*/
WinLoss = 2,
}
/**
* Represents the options for saving Excel 2003 spreadml file.
*/
export class SpreadsheetML2003SaveOptions extends SaveOptions {
/**
* Creates the options for saving Excel 2003 spreadml file.
*/
constructor();
/**
* Constructs from a parent object convertible to this.
* @param obj - The parent object.
*/
constructor(obj: SaveOptions);
/**
* Causes child elements to be indented.
*
* @remarks
* The default value is true.
* If the value is false, it will reduce the size of the xml file
*/
isIndentedFormatting : boolean;
/**
* @deprecated Please use the 'isIndentedFormatting' property instead.
* Causes child elements to be indented.
* @param value - The value to set.
*
* @remarks
* The default value is true.
* If the value is false, it will reduce the size of the xml file
*/
setIsIndentedFormatting(value: boolean) : void;
/**
* @deprecated Please use the 'limitAsXls' property instead.
* Limit as xls, the max row index is 65535 and the max column index is 255.
*/
getLimitAsXls() : boolean;
/**
* Limit as xls, the max row index is 65535 and the max column index is 255.
*/
limitAsXls : boolean;
/**
* @deprecated Please use the 'limitAsXls' property instead.
* Limit as xls, the max row index is 65535 and the max column index is 255.
* @param value - The value to set.
*/
setLimitAsXls(value: boolean) : void;
/**
* @deprecated Please use the 'exportColumnIndexOfCell' property instead.
* The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
*/
getExportColumnIndexOfCell() : boolean;
/**
* The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
*/
exportColumnIndexOfCell : boolean;
/**
* @deprecated Please use the 'exportColumnIndexOfCell' property instead.
* The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
* @param value - The value to set.
*/
setExportColumnIndexOfCell(value: boolean) : void;
/**
* Checks whether the implementation object is null.
*/
isNull() : boolean;
}
/**
* Represents all built-in style types.
*/
export enum BuiltinStyleType {
/**
*/
TwentyPercentAccent1 = 30,
/**
*/
TwentyPercentAccent2 = 34,
/**
*/
TwentyPercentAccent3 = 38,
/**
*/
TwentyPercentAccent4 = 42,
/**
*/
TwentyPercentAccent5 = 46,
/**
*/
TwentyPercentAccent6 = 50,
/**
*/
FortyPercentAccent1 = 31,
/**
*/
FortyPercentAccent2 = 35,
/**
*/
FortyPercentAccent3 = 39,
/**
*/
FortyPercentAccent4 = 43,
/**
*/
FortyPercentAccent5 = 47,
/**
*/
FortyPercentAccent6 = 51,
/**
*/
SixtyPercentAccent1 = 32,
/**
*/
SixtyPercentAccent2 = 36,
/**
*/
SixtyPercentAccent3 = 40,
/**
*/
SixtyPercentAccent4 = 44,
/**
*/
SixtyPercentAccent5 = 48,
/**
*/
SixtyPercentAccent6 = 52,
/**
*/
Accent1 = 29,
/**
*/
Accent2 = 33,
/**
*/
Accent3 = 37,
/**
*/
Accent4 = 41,
/**
*/
Accent5 = 45,
/**
*/
Accent6 = 49,
/**
*/
Bad = 27,
/**
*/
Calculation = 22,
/**
*/
CheckCell = 23,
/**
*/
Comma = 3,
/**
*/
Comma1 = 6,
/**
*/
Currency = 4,
/**
*/
Currency1 = 7,
/**
*/
ExplanatoryText = 53,
/**
*/
Good = 26,
/**
*/
Header1 = 16,
/**
*/
Header2 = 17,
/**
*/
Header3 = 18,
/**
*/
Header4 = 19,
/**
*/
Hyperlink = 8,
/**
*/
FollowedHyperlink = 9,
/**
*/
Input = 20,
/**
*/
LinkedCell = 24,
/**
*/
Neutral = 28,
/**
*/
Normal = 0,
/**
*/
Note = 10,
/**
*/
Output = 21,
/**
*/
Percent = 5,
/**
*/
Title = 15,
/**
*/
Total = 25,
/**
*/
WarningText = 11,
/**
*/
RowLevel = 1,
/**
*/
ColumnLevel = 2,
}
/**
* Represents all types of color.
*/
export class CellsColor {
/**
* Gets and set the color which should apply to cell or shape.
*
* @remarks
* The expression of the color of the cell and the shape is different.
* For example: the theme color with same tint value will be not same in the cell and the shape.
*/
isShapeColor : boolean;
/**
* @deprecated Please use the 'isShapeColor' property instead.
* Gets and set the color which should apply to cell or shape.
* @param value - The value to set.
*
* @remarks
* The expression of the color of the cell and the shape is different.
* For example: the theme color with same tint value will be not same in the cell and the shape.
*/
setIsShapeColor(value: boolean) : void;
/**
* @deprecated Please use the 'type' property instead.
* The color type.
*/
getType() : ColorType;
/**
* The color type.
*/
readonly type : ColorType;
/**
* @deprecated Please use the 'themeColor' property instead.
* Gets the theme color. Only applies for theme color type.
*/
getThemeColor() : ThemeColor;
/**
* Gets the theme color. Only applies for theme color type.
*/
themeColor : ThemeColor;
/**
* @deprecated Please use the 'themeColor' property instead.
* Gets the theme color. Only applies for theme color type.
* @param value - The value to set.
*/
setThemeColor(value: ThemeColor) : void;
/**
* @deprecated Please use the 'colorIndex' property instead.
* Gets and sets the color index in the color palette. Only applies of indexed color.
*/
getColorIndex() : number;
/**
* Gets and sets the color index in the color palette. Only applies of indexed color.
*/
colorIndex : number;
/**
* @deprecated Please use the 'colorIndex' property instead.
* Gets and sets the color index in the color palette. Only applies of indexed color.
* @param value - The value to set.
*/
setColorIndex(value: number) : void;
/**
* @deprecated Please use the 'color' property instead.
* Gets and sets the RGB color.
*/
getColor() : Color;
/**
* Gets and sets the RGB color.
*/
color : Color;
/**
* @deprecated Please use the 'color' property instead.
* Gets and sets the RGB color.
* @param value - The value to set.
*/
setColor(value: Color) : void;
/**
* @deprecated Please use the 'argb' property instead.
* Gets and sets the color from a 32-bit ARGB value.
*/
getArgb() : number;
/**
* Gets and sets the color from a 32-bit ARGB value.
*/
argb : number;
/**
* @deprecated Please use the 'argb' property instead.
* Gets and sets the color from a 32-bit ARGB value.
* @param value - The value to set.
*/
setArgb(value: number) : void;
/**
* @deprecated Please use the 'transparency' property instead.
* Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear).
*/
getTransparency() : number;
/**
* Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear).
*/
transparency : number;
/**
* @deprecated Please use the 'transparency' property instead.
* Gets and sets transparency as a value from 0.0 (opaque) through 1.0 (clear).
* @param value - The value to set.
*/
setTransparency(value: number) : void;
/**
* Set the tint of the shape color
* @param tint -
*/
setTintOfShapeColor(tint: number) : void;
/**
* Checks whether the implementation object is null.
*/
isNull() : boolean;
}
/**
* Represents the axis type.
*/
export enum AxisType {
/**
* Category axis
*/
Category = 0,
/**
* Value axis
*/
Value = 1,
/**
* Series axis
*/
Series = 2,
}
/**
* Represents the category axis type.
*/
export enum CategoryType {
/**
* AutomaticScale
*/
AutomaticScale = 0,
/**
* CategoryScale
*/
CategoryScale = 1,
/**
* TimeScale
*/
TimeScale = 2,
}
/**
* Represents the axis cross type.
*/
export enum CrossType {
/**
* Microsoft Excel sets the axis crossing point.
*/
Automatic = 0,
/**
* The axis crosses at the maximum value.
*/
Maximum = 1,
/**
* The axis crosses at the minimum value.
*/
Minimum = 2,
/**
* The axis crosses at the custom value.
*/
Custom = 3,
}
/**
* Encapsulates the object that represents the plot area in a chart.
*/
export class PlotArea extends ChartFrame {
/**
* Constructs from a parent object convertible to this.
* @param obj - The parent object.
*/
constructor(obj: ChartFrame);
/**
* Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When X is set, the IsInnerMode property will be automatically set to false.
* @deprecated
* Use PlotArea.XRatioToChart property, instead.
*/
getX() : number;
/**
* Gets or sets the x coordinate of the upper left corner of the plot-area bounding box in units of 1/4000 of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When X is set, the IsInnerMode property will be automatically set to false.
* @deprecated
* Use PlotArea.XRatioToChart property, instead.
*/
setX(value: number) : void;
/**
* Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When Y is set, the IsInnerMode property will be automatically set to false.
* @deprecated
* Use PlotArea.YRatioToChart property, instead.
*/
getY() : number;
/**
* Gets or sets the y coordinate of the upper top corner of the plot-area bounding box in units of 1/4000 of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When Y is set, the IsInnerMode property will be automatically set to false.
* @deprecated
* Use PlotArea.YRatioToChart property, instead.
*/
setY(value: number) : void;
/**
* Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When Height is set, the IsInnerMode property will be automatically set to false.
* @deprecated
* Use PlotArea.HeightRatioToChart property, instead.
*/
getHeight() : number;
/**
* Gets or sets the height of plot-area bounding box in units of 1/4000 of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When Height is set, the IsInnerMode property will be automatically set to false.
* @deprecated
* Use PlotArea.HeightRatioToChart property, instead.
*/
setHeight(value: number) : void;
/**
* Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When Width is set, the IsInnerMode property will be automatically set to false.
* @deprecated
* Use PlotArea.WidthRatioToChart property, instead.
*/
getWidth() : number;
/**
* Gets or sets the width of plot-area bounding box in units of 1/4000 of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When Width is set, the IsInnerMode property will be automatically set to false.
* @deprecated
* Use PlotArea.WidthRatioToChart property, instead.
*/
setWidth(value: number) : void;
/**
* @deprecated Please use the 'innerX' property instead.
* Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerX is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerXRatioToChart property, instead.
*/
getInnerX() : number;
/**
* Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerX is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerXRatioToChart property, instead.
*/
innerX : number;
/**
* @deprecated Please use the 'innerX' property instead.
* Gets or sets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerX is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerXRatioToChart property, instead.
*/
setInnerX(value: number) : void;
/**
* @deprecated Please use the 'innerY' property instead.
* Gets or sets the x coordinate of the upper top corner of the plot area in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerY is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerYRatioToChart property, instead.
*/
getInnerY() : number;
/**
* Gets or sets the x coordinate of the upper top corner of the plot area in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerY is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerYRatioToChart property, instead.
*/
innerY : number;
/**
* @deprecated Please use the 'innerY' property instead.
* Gets or sets the x coordinate of the upper top corner of the plot area in units of 1/4000 of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerY is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerYRatioToChart property, instead.
*/
setInnerY(value: number) : void;
/**
* @deprecated Please use the 'innerHeight' property instead.
* Gets or sets the height of the plot area in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerHeight is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerHeightRatioToChart property, instead.
*/
getInnerHeight() : number;
/**
* Gets or sets the height of the plot area in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerHeight is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerHeightRatioToChart property, instead.
*/
innerHeight : number;
/**
* @deprecated Please use the 'innerHeight' property instead.
* Gets or sets the height of the plot area in units of 1/4000 of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerHeight is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerHeightRatioToChart property, instead.
*/
setInnerHeight(value: number) : void;
/**
* @deprecated Please use the 'innerWidth' property instead.
* Gets or sets the width of plot area in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerWidth is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerWidthRatioToChart property, instead.
*/
getInnerWidth() : number;
/**
* Gets or sets the width of plot area in units of 1/4000 of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerWidth is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerWidthRatioToChart property, instead.
*/
innerWidth : number;
/**
* @deprecated Please use the 'innerWidth' property instead.
* Gets or sets the width of plot area in units of 1/4000 of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The X, Y, Width and Height of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* Note: When InnerWidth is set, the IsInnerMode property will be automatically set to True.
* @deprecated
* Use PlotArea.InnerWidthRatioToChart property, instead.
*/
setInnerWidth(value: number) : void;
/**
* Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* XPixel = XRatioToChart * chart.ChartObject.Width.
* Note: When XRatioToChart is set, the IsInnerMode property will be automatically set to false.
*/
getXRatioToChart() : number;
/**
* Gets or sets the x coordinate of the upper left corner of the plot area bounding box as a ratio of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* XPixel = XRatioToChart * chart.ChartObject.Width.
* Note: When XRatioToChart is set, the IsInnerMode property will be automatically set to false.
*/
setXRatioToChart(value: number) : void;
/**
* Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* YPixel = YRatioToChart * chart.ChartObject.Width.
* Note: When YRatioToChart is set, the IsInnerMode property will be automatically set to false.
*/
getYRatioToChart() : number;
/**
* Gets or sets the y coordinate of the upper top corner of the plot-area bounding box as a ratio of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* YPixel = YRatioToChart * chart.ChartObject.Width.
* Note: When YRatioToChart is set, the IsInnerMode property will be automatically set to false.
*/
setYRatioToChart(value: number) : void;
/**
* Gets or sets the height of the plot area bounding box in units of the ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* HeightPixel = HeightRatioToChart * chart.ChartObject.Width.
* Note: When HeightRatioToChart is set, the IsInnerMode property will be automatically set to false.
*/
getHeightRatioToChart() : number;
/**
* Gets or sets the height of the plot area bounding box in units of the ratio of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* HeightPixel = HeightRatioToChart * chart.ChartObject.Width.
* Note: When HeightRatioToChart is set, the IsInnerMode property will be automatically set to false.
*/
setHeightRatioToChart(value: number) : void;
/**
* Gets or sets the width of plot-area bounding box in units of the ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* WidthPixel = WidthRatioToChart * chart.ChartObject.Width.
* Note: When WidthRatioToChart is set, the IsInnerMode property will be automatically set to false.
*/
getWidthRatioToChart() : number;
/**
* Gets or sets the width of plot-area bounding box in units of the ratio of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* WidthPixel = WidthRatioToChart * chart.ChartObject.Width.
* Note: When WidthRatioToChart is set, the IsInnerMode property will be automatically set to false.
*/
setWidthRatioToChart(value: number) : void;
/**
* @deprecated Please use the 'innerXRatioToChart' property instead.
* Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerX in Pixel = InnerXRatioToChart * chart.ChartObject.Width.
* Note: When InnerXRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
getInnerXRatioToChart() : number;
/**
* Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerX in Pixel = InnerXRatioToChart * chart.ChartObject.Width.
* Note: When InnerXRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
innerXRatioToChart : number;
/**
* @deprecated Please use the 'innerXRatioToChart' property instead.
* Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerX in Pixel = InnerXRatioToChart * chart.ChartObject.Width.
* Note: When InnerXRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
setInnerXRatioToChart(value: number) : void;
/**
* @deprecated Please use the 'innerYRatioToChart' property instead.
* Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerY in Pixel = InnerYRatioToChart * chart.ChartObject.Width.
* Note: When InnerYRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
getInnerYRatioToChart() : number;
/**
* Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerY in Pixel = InnerYRatioToChart * chart.ChartObject.Width.
* Note: When InnerYRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
innerYRatioToChart : number;
/**
* @deprecated Please use the 'innerYRatioToChart' property instead.
* Gets or gets the x coordinate of the upper top corner of plot area in units of the ratio of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerY in Pixel = InnerYRatioToChart * chart.ChartObject.Width.
* Note: When InnerYRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
setInnerYRatioToChart(value: number) : void;
/**
* @deprecated Please use the 'innerHeightRatioToChart' property instead.
* Gets or sets the height of plot area in units of ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerHeight in Pixel = InnerXRatioToChart * chart.ChartObject.Width.
* Note: When InnerHeightRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
getInnerHeightRatioToChart() : number;
/**
* Gets or sets the height of plot area in units of ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerHeight in Pixel = InnerXRatioToChart * chart.ChartObject.Width.
* Note: When InnerHeightRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
innerHeightRatioToChart : number;
/**
* @deprecated Please use the 'innerHeightRatioToChart' property instead.
* Gets or sets the height of plot area in units of ratio of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerHeight in Pixel = InnerXRatioToChart * chart.ChartObject.Width.
* Note: When InnerHeightRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
setInnerHeightRatioToChart(value: number) : void;
/**
* @deprecated Please use the 'innerWidthRatioToChart' property instead.
* Gets or sets the width of the plot area in units of the ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerWidth in Pixel = InnerXRatioToChart * chart.ChartObject.Width.
* Note: When InnerWidthRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
getInnerWidthRatioToChart() : number;
/**
* Gets or sets the width of the plot area in units of the ratio of the chart area.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerWidth in Pixel = InnerXRatioToChart * chart.ChartObject.Width.
* Note: When InnerWidthRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
innerWidthRatioToChart : number;
/**
* @deprecated Please use the 'innerWidthRatioToChart' property instead.
* Gets or sets the width of the plot area in units of the ratio of the chart area.
* @param value - The value to set.
*
* @remarks
* The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method.
* The XRatioToChart, YRatioToChart, WidthRatioToChart and HeightRatioToChart of PlotArea represents the plot-area
* bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks.
* If you want to get actual size of plot area, you should call InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart and
* InnerHeightRatioToChart properties.
* For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate().
* InnerWidth in Pixel = InnerXRatioToChart * chart.ChartObject.Width.
* Note: When InnerWidthRatioToChart is set, the IsInnerMode property will be automatically set to True.
*/
setInnerWidthRatioToChart(value: number) : void;
/**
* Indicates whether the plot area is automatically sized.
*
* @remarks
* NOTE: When IsAutomaticSize is set to True, the values you manually set for Width and Height will be disabled.
*/
isAutomaticSize() : boolean;
/**
* Indicates whether the plot area is automatically sized.
* @param value - The value to set.
*
* @remarks
* NOTE: When IsAutomaticSize is set to True, the values you manually set for Width and Height will be disabled.
*/
setIsAutomaticSize(value: boolean) : void;
/**
* Set the position of the plot area to automatic
*/
setPositionAuto() : void;
/**
* Checks whether the implementation object is null.
*/
isNull() : boolean;
}
/**
* Represents the base unit for the category axis.
*/
export enum TimeUnit {
/**
* Days
*/
Days = 0,
/**
* Months
*/
Months = 1,
/**
* Years
*/
Years = 2,
}
/**
* Represents all color type
*/
export enum ColorType {
/**
* Automatic color.
*/
Automatic = 0,
/**
* It's automatic color,but the displayed color depends the setting of the OS System.
*
* @remarks
* Not supported.
*/
AutomaticIndex = 1,
/**
* The RGB color.
*/
RGB = 2,
/**
* The color index in the color palette.
*/
IndexedColor = 3,
/**
* The theme color.
*/
Theme = 4,
}
/**
* Represents the master differential formatting records.
*/
export class DxfCollection implements Iterable