The field in the data source which provides the slice alpha (opacity) (optional)
Namespace:
am.Charts
Assembly:
am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string DataAlphaField { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DataAlphaField As String |
| Visual C++ |
|---|
public:
property String^ DataAlphaField {
String^ get ();
void set (String^ value);
} |
See Also