In This Topic
Base class for FlexChart and FlexPie controls.
Object Model
Syntax
'Declaration
<StaticAttribute(Windows.UI.Xaml.Controls.IControlStatics,
65536,
"Windows.Foundation.UniversalApiContract")>
<ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
<MarshalingBehaviorAttribute(MarshalingType.Agile)>
<ComposableAttribute(Windows.UI.Xaml.Controls.IControlFactory,
CompositionType.Protected,
65536,
"Windows.Foundation.UniversalApiContract")>
<ThreadingAttribute(ThreadingModel.Both)>
<WebHostHiddenAttribute()>
Public MustInherit Class FlexChartBase
Inherits Windows.UI.Xaml.Controls.Control
[Static(Windows.UI.Xaml.Controls.IControlStatics,
65536,
"Windows.Foundation.UniversalApiContract")]
[ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
[MarshalingBehavior(MarshalingType.Agile)]
[Composable(Windows.UI.Xaml.Controls.IControlFactory,
CompositionType.Protected,
65536,
"Windows.Foundation.UniversalApiContract")]
[Threading(ThreadingModel.Both)]
[WebHostHidden()]
public abstract class FlexChartBase : Windows.UI.Xaml.Controls.Control
Inheritance Hierarchy
See Also