Class ViewAnnotation
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.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 View View { get; set; }
Property Value
Type | Description |
---|---|
Android.Views.View | The view. |
Methods
Draw(Canvas)
Declaration
protected override void Draw(Canvas context)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | context |
Overrides
GetView()
Declaration
protected override ChartAnnotationView GetView()
Returns
Type |
---|
ChartAnnotationView |