ComponentOne FlexChart for WinForms
ContentCenter Property


C1.Win.Chart.Annotation Namespace > Polygon Class : ContentCenter Property
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
 
Public Property ContentCenter As Nullable(Of PointF)
'Usage
 
Dim instance As Polygon
Dim value As Nullable(Of PointF)
 
instance.ContentCenter = value
 
value = instance.ContentCenter
public Nullable<PointF> ContentCenter {get; set;}
See Also

Reference

Polygon Class
Polygon Members