Version

XamXYChart Class Events

For a list of all members of this type, see XamXYChart members.

Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventCalloutStyleUpdatingOccurs when the style of a callout is updated. (Inherited from Infragistics.XamarinForms.Controls.Charts.XamDomainChart)
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 EventSeriesAddedEvent raised when a series is initialized and added to this chart. (Inherited from Infragistics.XamarinForms.Controls.Charts.XamDomainChart)
Public EventSeriesPointerDownOccurs when the pointer is pressed down over a Series. (Inherited from Infragistics.XamarinForms.Controls.Charts.XamDomainChart)
Public EventSeriesPointerEnterOccurs when the pointer enters a Series. (Inherited from Infragistics.XamarinForms.Controls.Charts.XamDomainChart)
Public EventSeriesPointerLeaveOccurs when the pointer leaves a Series. (Inherited from Infragistics.XamarinForms.Controls.Charts.XamDomainChart)
Public EventSeriesPointerMoveOccurs when the pointer moves over a Series. (Inherited from Infragistics.XamarinForms.Controls.Charts.XamDomainChart)
Public EventSeriesPointerUpOccurs when the pointer is released over a Series. (Inherited from Infragistics.XamarinForms.Controls.Charts.XamDomainChart)
Public EventSeriesRemovedEvent raised when a series is removed from this chart. (Inherited from Infragistics.XamarinForms.Controls.Charts.XamDomainChart)
Public EventSizeChanged (Inherited from Xamarin.Forms.VisualElement)
Public EventUnfocused (Inherited from Xamarin.Forms.VisualElement)
Public EventXAxisFormatLabelRaised when an axis label is being prepared. The event arguments can be used to evaluate the data item in context, and to change the label text.  
Public EventYAxisFormatLabelRaised when an axis label is being prepared. The event arguments can be used to evaluate the data item in context, and to change the label text.  
See Also