ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Annotation Namespace / Shape Class
Members

In This Topic
    Shape Class
    In This Topic
    Represents a base class of shape annotations for the AnnotationLayer
    Object Model
    Shape Class
    Syntax
    'Declaration
     
    Public MustInherit Class Shape 
       Inherits AnnotationBase
    public abstract class Shape : AnnotationBase 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Chart.Annotation.AnnotationBase
             C1.Xaml.Chart.Annotation.Shape
                C1.Xaml.Chart.Annotation.Circle
                C1.Xaml.Chart.Annotation.Ellipse
                C1.Xaml.Chart.Annotation.Line
                C1.Xaml.Chart.Annotation.Polygon
                C1.Xaml.Chart.Annotation.Rectangle
                C1.Xaml.Chart.Annotation.Square

    See Also