C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Shape Class
Members


Shape Class
Represents a base class of shape annotations for the AnnotationLayer
Object Model
Shape ClassAnnotationLayer ClassChartStyle ClassChartStyle Class
Syntax
'Declaration
 
Public MustInherit Class Shape 
   Inherits AnnotationBase
   Implements Xamarin.Forms.IAnimatable, Xamarin.Forms.IElementController, Xamarin.Forms.Internals.IGestureController, Xamarin.Forms.ITabStopElement, Xamarin.Forms.IViewController, Xamarin.Forms.IVisualElementController 
 
'Usage
 
Dim instance As Shape
Inheritance Hierarchy

System.Object
   Xamarin.Forms.BindableObject
      Xamarin.Forms.Element
         Xamarin.Forms.NavigableElement
            Xamarin.Forms.VisualElement
               Xamarin.Forms.View
                  C1.Xamarin.Forms.Chart.Annotation.AnnotationBase
                     C1.Xamarin.Forms.Chart.Annotation.Shape
                        C1.Xamarin.Forms.Chart.Annotation.Circle
                        C1.Xamarin.Forms.Chart.Annotation.Ellipse
                        C1.Xamarin.Forms.Chart.Annotation.Line
                        C1.Xamarin.Forms.Chart.Annotation.Polygon
                        C1.Xamarin.Forms.Chart.Annotation.Rectangle
                        C1.Xamarin.Forms.Chart.Annotation.Square

See Also