ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / Polygon Class / ContentCenter Property

In This Topic
    ContentCenter Property (Polygon)
    In This Topic
    Gets or sets the center of annotation's content. If the property value is null (default value), the position of content is selected automatically.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.Polygon.ContentCenter", "Gets or sets the center of annotation's content. If the property value is null (default value), the position of content is selected automatically.")>
    Public Property ContentCenter As Nullable(Of PointF)
    [C1Description("Annotation.Polygon.ContentCenter", "Gets or sets the center of annotation's content. If the property value is null (default value), the position of content is selected automatically.")]
    public Nullable<PointF> ContentCenter {get; set;}
    See Also