Default slice opacity [0 - 100]. You can set individual alphas for every slice in data file. If you set alpha to 0 the slice will be inactive for mouse events and data labels will be hidden. This allows you to make not full pies and donuts.
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public byte SliceAlpha { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SliceAlpha As Byte |
| Visual C++ |
|---|
public: property unsigned char SliceAlpha { unsigned char get (); void set (unsigned char value); } |