Point.SecondaryPlot 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.
True if the point is in the secondary section of either a pie of pie chart or a bar of pie chart. Applies only to points on pie of pie charts or bar of pie charts. Read/write Boolean.
public:
property bool SecondaryPlot { bool get(); void set(bool value); };
public bool SecondaryPlot { get; set; }
member this.SecondaryPlot : bool with get, set
Public Property SecondaryPlot As Boolean
Property Value
Boolean