Class PivotChartAnnotation
Represents the class that provides the support for adding annotations in PivotChart.
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class PivotChartAnnotation : Annotation, ICloneable
Constructors
PivotChartAnnotation()
Initializes an instance of the PivotChartAnnotation class.
Declaration
public PivotChartAnnotation()
Fields
AngleProperty
Dependency property for Angle property.
Declaration
public static DependencyProperty AngleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
AnnotationTypeProperty
Dependency property for AnnotationType property.
Declaration
public static DependencyProperty AnnotationTypeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
AxisLabelTemplateProperty
Dependency property for AxisLabelTemplate property.
Declaration
public static DependencyProperty AxisLabelTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
CanResizeProperty
Dependency property for CanResize property.
Declaration
public static DependencyProperty CanResizeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DraggingModeProperty
Dependency property for DraggingMode property.
Declaration
public static DependencyProperty DraggingModeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FillProperty
Dependency property for Fill property.
Declaration
public static DependencyProperty FillProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
HorizontalTextAlignmentProperty
Dependency property for HorizontalTextAlignment property.
Declaration
public static DependencyProperty HorizontalTextAlignmentProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ImageSourceProperty
Dependency property for ImageSource property.
Declaration
public static DependencyProperty ImageSourceProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LineCapProperty
Dependency property for LineCap property.
Declaration
public static DependencyProperty LineCapProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ResizingModeProperty
Dependency property for ResizingMode property.
Declaration
public static DependencyProperty ResizingModeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ShowAxisLabelProperty
Dependency property for ShowAxisLabel property.
Declaration
public static DependencyProperty ShowAxisLabelProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ShowLineProperty
Dependency property for ShowLine property.
Declaration
public static DependencyProperty ShowLineProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeDashArrayProperty
Dependency property for StrokeDashArray property.
Declaration
public static DependencyProperty StrokeDashArrayProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeDashCapProperty
Dependency property for StrokeDashCap property.
Declaration
public static DependencyProperty StrokeDashCapProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeDashOffsetProperty
Dependency property for StrokeDashOffset property.
Declaration
public static DependencyProperty StrokeDashOffsetProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeEndLineCapProperty
Dependency property for StrokeEndLineCap property.
Declaration
public static DependencyProperty StrokeEndLineCapProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeLineJoinProperty
Dependency property for StrokeLineJoin property.
Declaration
public static DependencyProperty StrokeLineJoinProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeMiterLimitProperty
Dependency property for StrokeMiterLimit property.
Declaration
public static DependencyProperty StrokeMiterLimitProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeProperty
Dependency property for Stroke property.
Declaration
public static DependencyProperty StrokeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeStartLineCapProperty
Dependency property for StrokeStartLineCap property.
Declaration
public static DependencyProperty StrokeStartLineCapProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeThicknessProperty
Dependency property for StrokeThickness property.
Declaration
public static DependencyProperty StrokeThicknessProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
VerticalTextAlignmentProperty
Dependency property for VerticalTextAlignment property.
Declaration
public static DependencyProperty VerticalTextAlignmentProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
X2Property
Dependency property for X2 property.
Declaration
public static DependencyProperty X2Property
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Y2Property
Dependency property for Y2 property.
Declaration
public static DependencyProperty Y2Property
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Angle
Gets or sets the angle value of the text or shape to be rotated.
Declaration
public double Angle { get; set; }
Property Value
Type |
---|
System.Double |
AnnotationType
Gets or sets the type of PivotChartAnnotation.
Declaration
public PivotChartAnnotationType AnnotationType { get; set; }
Property Value
Type |
---|
PivotChartAnnotationType |
AxisLabelTemplate
Gets or sets the data template for the axis label.
Declaration
public DataTemplate AxisLabelTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
CanResize
Gets or sets a value indicating whether to resize the annotation or not.
Declaration
public bool CanResize { get; set; }
Property Value
Type |
---|
System.Boolean |
DraggingMode
Gets or sets the value of dragging mode of the annotation.
Declaration
public AxisMode DraggingMode { get; set; }
Property Value
Type |
---|
AxisMode |
Fill
Gets or sets the color value to be filled in the shape annotations.
Declaration
public Brush Fill { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
HorizontalTextAlignment
Gets or sets the horizontal alignment of the text.
Declaration
public HorizontalAlignment HorizontalTextAlignment { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.HorizontalAlignment |
ImageSource
Gets or sets the absolute path of the image.
Declaration
public string ImageSource { get; set; }
Property Value
Type |
---|
System.String |
LineCap
Gets or sets the cap value of the line.
Declaration
public LineCap LineCap { get; set; }
Property Value
Type |
---|
LineCap |
ResizingMode
Gets or sets the value of the resizing mode of the annotation.
Declaration
public AxisMode ResizingMode { get; set; }
Property Value
Type |
---|
AxisMode |
ShowAxisLabel
Gets or sets the value indicating whether to show the axis label or not.
Declaration
public bool ShowAxisLabel { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowLine
Gets or sets a value indicating whether to display the line annotation' line stroke or not.
Declaration
public bool ShowLine { get; set; }
Property Value
Type |
---|
System.Boolean |
Stroke
Gets or sets the color value to be filled in the line annotations.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
StrokeDashArray
Gets or sets the value of stroke dash array for the annotation stroke.
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.DoubleCollection |
StrokeDashCap
Gets or sets the cap value for stroke dash.
Declaration
public PenLineCap StrokeDashCap { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.PenLineCap |
StrokeDashOffset
Gets or sets the offset value of the stroke.
Declaration
public double StrokeDashOffset { get; set; }
Property Value
Type |
---|
System.Double |
StrokeEndLineCap
Gets or sets the cap value for the end point line of the stroke.
Declaration
public PenLineCap StrokeEndLineCap { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.PenLineCap |
StrokeLineJoin
Gets or sets the value of line's intersection point.
Declaration
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.PenLineJoin |
StrokeMiterLimit
Gets or sets the value of the line stroke's miter limit.
Declaration
public double StrokeMiterLimit { get; set; }
Property Value
Type |
---|
System.Double |
StrokeStartLineCap
Gets or sets the cap value for starting line of the stroke.
Declaration
public PenLineCap StrokeStartLineCap { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.PenLineCap |
StrokeThickness
Gets or sets the line stroke's thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
VerticalTextAlignment
Gets or sets the vertical alignment of the text.
Declaration
public VerticalAlignment VerticalTextAlignment { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.VerticalAlignment |
X2
Gets of sets the value of X2 coordinates.
Declaration
public double X2 { get; set; }
Property Value
Type |
---|
System.Double |
Y2
Gets or sets the value of Y2 coordinates.
Declaration
public double Y2 { get; set; }
Property Value
Type |
---|
System.Double |