Spread for ASP.NET 10 Product Documentation
PieBorder Property


Gets or sets the pie border for the series.
Syntax
'Declaration
 
Public Property PieBorder As Line
'Usage
 
Dim instance As PieSeries
Dim value As Line
 
instance.PieBorder = value
 
value = instance.PieBorder
public Line PieBorder {get; set;}
Remarks
Value of null (Nothing in VB) indicates that pie border is unset for the series.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PieSeries Class
PieSeries Members

 

 


Copyright © GrapeCity, inc. All rights reserved.