In This Topic
Charting control for radar and polar charts.
Object Model
Syntax
'Declaration
<ContentPropertyAttribute()>
<TemplatePartAttribute()>
<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 Class C1FlexRadar
Inherits C1FlexChart
[ContentProperty()]
[TemplatePart()]
[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 class C1FlexRadar : C1FlexChart
Inheritance Hierarchy
See Also