Gets or sets IEnumerable object containing data for the slices. Use for data-binding.
This is a dependency property.
Namespace:
AmCharts.WindowsAssembly: AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public IEnumerable SlicesSource { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SlicesSource As IEnumerable |
| Visual C++ |
|---|
public: property IEnumerable^ SlicesSource { IEnumerable^ get (); void set (IEnumerable^ value); } |