Class PivotChartAnnotationType
Represents the constants that specify different kinds of annotations for Pivot Chart control.
Inheritance
System.Object
PivotChartAnnotationType
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public sealed class PivotChartAnnotationType : Enum
Fields
EllipseAnnotation
Specifies an ellipse shape annotation over the chart area.
Declaration
public const PivotChartAnnotationType EllipseAnnotation
Field Value
Type |
---|
PivotChartAnnotationType |
HorizontalLineAnnotation
Specifies a horizontal line annotation over the chart area.
Declaration
public const PivotChartAnnotationType HorizontalLineAnnotation
Field Value
Type |
---|
PivotChartAnnotationType |
ImageAnnotation
Specifies an image annotation over the chart area.
Declaration
public const PivotChartAnnotationType ImageAnnotation
Field Value
Type |
---|
PivotChartAnnotationType |
LineAnnotation
Specifies a simple line annotation over the chart area.
Declaration
public const PivotChartAnnotationType LineAnnotation
Field Value
Type |
---|
PivotChartAnnotationType |
RectangleAnnotation
Specifies a rectangle shape annotation over the chart area.
Declaration
public const PivotChartAnnotationType RectangleAnnotation
Field Value
Type |
---|
PivotChartAnnotationType |
TextAnnotation
Specifies a text annotation over the chart area.
Declaration
public const PivotChartAnnotationType TextAnnotation
Field Value
Type |
---|
PivotChartAnnotationType |
VerticalLineAnnotation
Specifies a vertical line annotation over the chart area.
Declaration
public const PivotChartAnnotationType VerticalLineAnnotation
Field Value
Type |
---|
PivotChartAnnotationType |