ChartGroup.SecondPlotSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the size of the secondary section of either a pie of pie chart or a bar of pie chart, as a percentage of the size of the primary pie. Read/write.
public:
property int SecondPlotSize { int get(); void set(int value); };
public int SecondPlotSize { get; set; }
member this.SecondPlotSize : int with get, set
Public Property SecondPlotSize As Integer
Property Value
Integer
Remarks
Can be a value from 5 to 200.