SpreadsheetGear 2017
SecondPlotSize Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : SecondPlotSize Property
Gets or sets the size of the second plot as a percentage of the size of the first plot on a pie of pie chart.
Syntax
'Declaration
 
Property SecondPlotSize As System.Double
'Usage
 
Dim instance As IChartGroup
Dim value As System.Double
 
instance.SecondPlotSize = value
 
value = instance.SecondPlotSize
System.double SecondPlotSize {get; set;}
read-write property SecondPlotSize: System.Double; 
function get,set SecondPlotSize : System.double
__property System.double get_SecondPlotSize();
__property void set_SecondPlotSize( 
   System.double value
);
property System.double SecondPlotSize {
   System.double get();
   void set (    System.double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChartGroup Interface
IChartGroup Members