Version

XamFunnelChart Class Members

The following tables list the members exposed by XamFunnelChart.

Public Constructors
 NameDescription
Public ConstructorXamFunnelChart ConstructorCreates a funnel chart instance.  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowSliceSelectionPropertyIdentifies the AllowSliceSelection bindable property.  
Public Fieldstatic (Shared in Visual Basic)BottomEdgeWidthPropertyIdentifies the BottomEdgeWidth bindable property.  
Public Fieldstatic (Shared in Visual Basic)BrushesPropertyIdentifies the Brushes bindable property.  
Public Fieldstatic (Shared in Visual Basic)FontAttributesPropertyIdentifies the FontAttributes bindable property.  
Public Fieldstatic (Shared in Visual Basic)FontFamilyPropertyIdentifies the FontFamily bindable property.  
Public Fieldstatic (Shared in Visual Basic)FontSizePropertyIdentifies the FontSize bindable property.  
Public Fieldstatic (Shared in Visual Basic)FormatInnerLabelPropertyIdentifies the FormatInnerLabel bindable property.  
Public Fieldstatic (Shared in Visual Basic)FormatOuterLabelPropertyIdentifies the FormatOuterLabel bindable property.  
Public Fieldstatic (Shared in Visual Basic)FunnelSliceDisplayPropertyIdentifies the FunnelSliceDisplay bindable property.  
Public Fieldstatic (Shared in Visual Basic)InnerLabelMemberPathPropertyIdentifies the InnerLabelMemberPath bindable property.  
Public Fieldstatic (Shared in Visual Basic)InnerLabelVisibilityPropertyIdentifies the InnerLabelVisibility bindable property.  
Public Fieldstatic (Shared in Visual Basic)IsInvertedPropertyIdentifies the IsInverted bindable property.  
Public Fieldstatic (Shared in Visual Basic)ItemsSourcePropertyIdentifies the ItemsSource bindable property.  
Public Fieldstatic (Shared in Visual Basic)LegendPropertyIdentifies the Legend bindable property.  
Public Fieldstatic (Shared in Visual Basic)LowerBezierControlPointPropertyIdentifies the LowerBezierControlPoint bindable property.  
Public Fieldstatic (Shared in Visual Basic)OuterLabelAlignmentPropertyIdentifies the OuterLabelAlignment bindable property.  
Public Fieldstatic (Shared in Visual Basic)OuterLabelFontAttributesPropertyIdentifies the OuterLabelFontAttributes bindable property.  
Public Fieldstatic (Shared in Visual Basic)OuterLabelFontFamilyPropertyIdentifies the OuterLabelFontFamily bindable property.  
Public Fieldstatic (Shared in Visual Basic)OuterLabelFontSizePropertyIdentifies the OuterLabelFontSize bindable property.  
Public Fieldstatic (Shared in Visual Basic)OuterLabelMemberPathPropertyIdentifies the OuterLabelMemberPath bindable property.  
Public Fieldstatic (Shared in Visual Basic)OuterLabelTextColorPropertyIdentifies the OuterLabelTextColor bindable property.  
Public Fieldstatic (Shared in Visual Basic)OuterLabelVisibilityPropertyIdentifies the OuterLabelVisibility bindable property.  
Public Fieldstatic (Shared in Visual Basic)OutlinesPropertyIdentifies the Outlines bindable property.  
Public Fieldstatic (Shared in Visual Basic)OutlineThicknessPropertyIdentifies the OutlineThickness bindable property.  
Public Fieldstatic (Shared in Visual Basic)PixelScalingRatioPropertyIdentifies the PixelScalingRatio bindable property.  
Public Fieldstatic (Shared in Visual Basic)SelectedItemsPropertyIdentifies the SelectedItems bindable property.  
Public Fieldstatic (Shared in Visual Basic)SelectedSliceFillPropertyIdentifies the SelectedSliceFill bindable property.  
Public Fieldstatic (Shared in Visual Basic)SelectedSliceOpacityPropertyIdentifies the SelectedSliceOpacity bindable property.  
Public Fieldstatic (Shared in Visual Basic)SelectedSliceStrokePropertyIdentifies the SelectedSliceStroke bindable property.  
Public Fieldstatic (Shared in Visual Basic)SelectedSliceStrokeThicknessPropertyIdentifies the SelectedSliceStrokeThickness bindable property.  
Public Fieldstatic (Shared in Visual Basic)TextColorPropertyIdentifies the TextColor bindable property.  
Public Fieldstatic (Shared in Visual Basic)TransitionDurationPropertyIdentifies the TransitionDuration bindable property.  
Public Fieldstatic (Shared in Visual Basic)UnselectedSliceFillPropertyIdentifies the UnselectedSliceFill bindable property.  
Public Fieldstatic (Shared in Visual Basic)UnselectedSliceOpacityPropertyIdentifies the UnselectedSliceOpacity bindable property.  
Public Fieldstatic (Shared in Visual Basic)UnselectedSliceStrokePropertyIdentifies the UnselectedSliceStroke bindable property.  
Public Fieldstatic (Shared in Visual Basic)UnselectedSliceStrokeThicknessPropertyIdentifies the UnselectedSliceStrokeThickness bindable property.  
Public Fieldstatic (Shared in Visual Basic)UpperBezierControlPointPropertyIdentifies the UpperBezierControlPoint bindable property.  
Public Fieldstatic (Shared in Visual Basic)UseBezierCurvePropertyIdentifies the UseBezierCurve bindable property.  
Public Fieldstatic (Shared in Visual Basic)UseOuterLabelsForLegendPropertyIdentifies the UseOuterLabelsForLegend bindable property.  
Public Fieldstatic (Shared in Visual Basic)UseUnselectedStylePropertyIdentifies the UseUnselectedStyle bindable property.  
Public Fieldstatic (Shared in Visual Basic)ValueMemberPathPropertyIdentifies the ValueMemberPath bindable property.  
Public Properties
 NameDescription
Public PropertyAllowSliceSelectionGets or sets whether to allow slices to be selected.  
Public PropertyAnchorX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyAnchorY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyAutomationId (Inherited from Xamarin.Forms.Element)
Public PropertyBackgroundColor (Inherited from Xamarin.Forms.VisualElement)
Public PropertyBehaviors (Inherited from Xamarin.Forms.VisualElement)
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyBottomEdgeWidthGets or sets the percentage (from near 0 to 1) of space the bottom edge of the funnel should take.  
Public PropertyBounds (Inherited from Xamarin.Forms.VisualElement)
Public PropertyBrushesGets or sets the palette of brushes to use for coloring the slices.  
Public Propertyclass (Inherited from Xamarin.Forms.NavigableElement)
Public PropertyClassId (Inherited from Xamarin.Forms.Element)
Public PropertyDispatcher (Inherited from Xamarin.Forms.BindableObject)
Public PropertyEffects (Inherited from Xamarin.Forms.Element)
Public PropertyFlowDirection (Inherited from Xamarin.Forms.VisualElement)
Public PropertyFontAttributesReturns or sets the font style for the inner labels.  
Public PropertyFontFamilyReturns or sets the font family for the inner labels.  
Public PropertyFontSizeReturns or sets the font size for the inner labels.  
Public PropertyFormatInnerLabelGets or sets the formatter function for inner labels. Function should return string and it takes 3 parameters: 1st-value of item to format, 2nd-index of item within data, 3rd-reference to the funnel chart.  
Public PropertyFormatOuterLabelGets or sets the formatter function for outer labels. Function should return string and it takes 3 parameters: 1st-value of item to format, 2nd-index of item within data, 3rd-reference to the funnel chart.  
Public PropertyFunnelSliceDisplayGets or sets how the heights of the funnel slices should be configured.  
Public PropertyGestureRecognizers (Inherited from Xamarin.Forms.View)
Public PropertyHeight (Inherited from Xamarin.Forms.VisualElement)
Public PropertyHeightRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyHorizontalOptions (Inherited from Xamarin.Forms.View)
Public PropertyId (Inherited from Xamarin.Forms.Element)
Public PropertyInnerLabelMemberPathGets or sets the InnerLabel mapping property for the current series object.  
Public PropertyInnerLabelVisibilityGets or sets whether the inner labels are visible.  
Public PropertyInputTransparent (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsEnabled (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsFocused (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsInvertedGets or sets if the funnel should be rendered inverted.  
Public PropertyIsTabStop (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsVisible (Inherited from Xamarin.Forms.VisualElement)
Public PropertyItemsSourceGets or sets the ItemsSource for the funnel chart.  
Public PropertyLegendGets or sets the Legend to display for the chart.  
Public PropertyLowerBezierControlPointGets or sets the lower control point if a Bezier curve is used to define the funnel.  
Public PropertyMargin (Inherited from Xamarin.Forms.View)
Public PropertyMinimumHeightRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyMinimumWidthRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyNavigation (Inherited from Xamarin.Forms.NavigableElement)
Public PropertyOpacity (Inherited from Xamarin.Forms.VisualElement)
Public PropertyOuterLabelAlignmentGets or sets which side of the chart the outer labels should appear.  
Public PropertyOuterLabelFontAttributesReturns or sets the font style for the outer labels.  
Public PropertyOuterLabelFontFamilyReturns or sets the font family for the outer labels.  
Public PropertyOuterLabelFontSizeReturns or sets the font size for the outer labels.  
Public PropertyOuterLabelMemberPathGets or sets the OuterLabel mapping property for the current series object.  
Public PropertyOuterLabelTextColorGets or sets the brush used for the outer labels.  
Public PropertyOuterLabelVisibilityGets or sets whether the outer labels are visible.  
Public PropertyOutlinesGets or sets the palette of brushes to use for outlines on the slices.  
Public PropertyOutlineThicknessGets or sets the thickness of outline around slices.  
Public PropertyParent (Inherited from Xamarin.Forms.Element)
Public PropertyPixelScalingRatioGets or sets the scaling value used to affect the pixel density of the control.  
Public PropertyResources (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotation (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotationX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotationY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyScale (Inherited from Xamarin.Forms.VisualElement)
Public PropertyScaleX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyScaleY (Inherited from Xamarin.Forms.VisualElement)
Public PropertySelectedItemsRepresents the current selected items.  
Public PropertySelectedSliceFillGets or sets the fill brush.  
Public PropertySelectedSliceOpacityGets or sets the opacity.  
Public PropertySelectedSliceStrokeGets or sets the stroke brush.  
Public PropertySelectedSliceStrokeThicknessGets or sets the stroke thickness.  
Public PropertyStyle (Inherited from Xamarin.Forms.NavigableElement)
Public PropertyStyleClass (Inherited from Xamarin.Forms.NavigableElement)
Public PropertyStyleId (Inherited from Xamarin.Forms.Element)
Public PropertyTabIndex (Inherited from Xamarin.Forms.VisualElement)
Public PropertyTextColorGets or sets the brush used for the inner labels.  
Public PropertyTransitionDurationGets or sets how long the animations should take to run.  
Public PropertyTranslationX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyTranslationY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyTriggers (Inherited from Xamarin.Forms.VisualElement)
Public PropertyUnselectedSliceFillGets or sets the fill brush.  
Public PropertyUnselectedSliceOpacityGets or sets the opacity.  
Public PropertyUnselectedSliceStrokeGets or sets the stroke brush.  
Public PropertyUnselectedSliceStrokeThicknessGets or sets the stroke thickness.  
Public PropertyUpperBezierControlPointGets or sets the upper control point if a Bezier curve is used to define the funnel.  
Public PropertyUseBezierCurveGets or sets whether to use a Bezier curve to define the funnel.  
Public PropertyUseOuterLabelsForLegendGets or sets whether to use the outer labels to identify the legend items.  
Public PropertyUseUnselectedStyleGets or sets whether to use the unselected style on unselected slices.  
Public PropertyValueMemberPathGets or sets the value member path for the funnel chart.  
Public PropertyVerticalOptions (Inherited from Xamarin.Forms.View)
Public PropertyVisual (Inherited from Xamarin.Forms.VisualElement)
Public PropertyWidth (Inherited from Xamarin.Forms.VisualElement)
Public PropertyWidthRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyY (Inherited from Xamarin.Forms.VisualElement)
Protected Properties
 NameDescription
Protected Internal PropertyGestureController (Inherited from Xamarin.Forms.View)
Public Methods
 NameDescription
Public MethodBatchBegin (Inherited from Xamarin.Forms.VisualElement)
Public MethodBatchCommit (Inherited from Xamarin.Forms.VisualElement)
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodCoerceValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodExportSerializedVisualDataExports and serializes the chart visuals.  
Public MethodExportVisualDataReturns the chart visuals expressed as a FunnelChartVisualData object.  
Public MethodFindByName (Inherited from Xamarin.Forms.Element)
Public MethodFocus (Inherited from Xamarin.Forms.VisualElement)
Public MethodGetChildElements (Inherited from Xamarin.Forms.View)
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public Methodstatic (Shared in Visual Basic)InitWhen declaring an instance of this control in XAML, this method can be invoked in code to ensure all necessary types are available at runtime.  
Public MethodIsSet (Inherited from Xamarin.Forms.BindableObject)
Public MethodLayout (Inherited from Xamarin.Forms.VisualElement)
Public MethodMeasure (Inherited from Xamarin.Forms.VisualElement)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodToggleSelectionToggle selection of item at index.  
Public MethodUnfocus (Inherited from Xamarin.Forms.VisualElement)
Protected Methods
 NameDescription
Protected MethodApplyBindings (Inherited from Xamarin.Forms.BindableObject)
Protected Internal MethodChangeVisualState (Inherited from Xamarin.Forms.VisualElement)
Protected MethodInvalidateMeasure (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnBindingContextChangedCalled when the binding context changes (Inherited from Infragistics.XamarinForms.Controls.ViewBase)
Protected MethodOnChildAdded (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnChildRemoved (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnChildrenReordered (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnMeasure (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnParentSetCalled when the parent is set (Inherited from Infragistics.XamarinForms.Controls.ViewBase)
Protected MethodOnPropertyChangedInvoked when a bound property is changed. (Inherited from Infragistics.XamarinForms.Controls.ViewBase)
Protected MethodOnPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnSizeAllocated (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnTabIndexPropertyChanged (Inherited from Xamarin.Forms.VisualElement)
Protected MethodOnTabStopPropertyChanged (Inherited from Xamarin.Forms.VisualElement)
Protected MethodSizeAllocated (Inherited from Xamarin.Forms.VisualElement)
Protected MethodTabIndexDefaultValueCreator (Inherited from Xamarin.Forms.VisualElement)
Protected MethodTabStopDefaultValueCreator (Inherited from Xamarin.Forms.VisualElement)
Protected MethodUnapplyBindings (Inherited from Xamarin.Forms.BindableObject)
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventChildAdded (Inherited from Xamarin.Forms.Element)
Public EventChildRemoved (Inherited from Xamarin.Forms.Element)
Public EventChildrenReordered (Inherited from Xamarin.Forms.VisualElement)
Public EventDescendantAdded (Inherited from Xamarin.Forms.Element)
Public EventDescendantRemoved (Inherited from Xamarin.Forms.Element)
Public EventFocused (Inherited from Xamarin.Forms.VisualElement)
Public EventMeasureInvalidated (Inherited from Xamarin.Forms.VisualElement)
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Public EventSizeChanged (Inherited from Xamarin.Forms.VisualElement)
Public EventSliceClickedRaised when a slice is clicked.  
Public EventUnfocused (Inherited from Xamarin.Forms.VisualElement)
See Also