Class ViewAnnotation
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class ViewAnnotation : ChartAnnotation
Constructors
ViewAnnotation()
Declaration
public ViewAnnotation()
Properties
HorizontalAlignment
Gets or sets the horizontal alignment of the view by using ChartAnnotationAlignment enum type.
Declaration
public ChartAnnotationAlignment HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAnnotationAlignment | This property takes SFChartAlignment value. |
VerticalAlignment
Gets or sets the vertical alignment of the view by using ChartAnnotationAlignment enum type.
Declaration
public ChartAnnotationAlignment VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAnnotationAlignment | This property takes SFChartAlignment value. |
View
Gets or sets the View that represents custom view for annotation.
Declaration
public NSView View { get; set; }
Property Value
Type | Description |
---|---|
AppKit.NSView | The view. |
Methods
GetView()
Declaration
protected override ChartAnnotationView GetView()
Returns
Type |
---|
ChartAnnotationView |