menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAdornmentInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAdornmentInfo

    Represents the class used for configuring chart adornments for 2D chart.

    Inheritance
    System.Object
    ChartAdornmentInfoBase
    ChartAdornmentInfo
    Implements
    ICloneable
    Inherited Members
    ChartAdornmentInfoBase.AdornmentsPosition
    ChartAdornmentInfoBase.AdornmentsPositionProperty
    ChartAdornmentInfoBase.Background
    ChartAdornmentInfoBase.BackgroundProperty
    ChartAdornmentInfoBase.BorderBrush
    ChartAdornmentInfoBase.BorderBrushProperty
    ChartAdornmentInfoBase.BorderThickness
    ChartAdornmentInfoBase.BorderThicknessProperty
    ChartAdornmentInfoBase.Clone()
    ChartAdornmentInfoBase.ConnectorHeight
    ChartAdornmentInfoBase.ConnectorHeightProperty
    ChartAdornmentInfoBase.ConnectorLineStyle
    ChartAdornmentInfoBase.ConnectorLineStyleProperty
    ChartAdornmentInfoBase.ConnectorRotationAngle
    ChartAdornmentInfoBase.ConnectorRotationAngleProperty
    ChartAdornmentInfoBase.FontFamily
    ChartAdornmentInfoBase.FontFamilyProperty
    ChartAdornmentInfoBase.FontSize
    ChartAdornmentInfoBase.FontSizeProperty
    ChartAdornmentInfoBase.FontStyle
    ChartAdornmentInfoBase.FontStyleProperty
    ChartAdornmentInfoBase.Foreground
    ChartAdornmentInfoBase.ForegroundProperty
    ChartAdornmentInfoBase.GetChartAlignment(HorizontalAlignment)
    ChartAdornmentInfoBase.GetChartAlignment(VerticalAlignment)
    ChartAdornmentInfoBase.HighlightOnSelection
    ChartAdornmentInfoBase.HighlightOnSelectionProperty
    ChartAdornmentInfoBase.HorizontalAlignment
    ChartAdornmentInfoBase.HorizontalAlignmentProperty
    ChartAdornmentInfoBase.LabelPosition
    ChartAdornmentInfoBase.LabelPositionProperty
    ChartAdornmentInfoBase.LabelRotationAngle
    ChartAdornmentInfoBase.LabelRotationAngleProperty
    ChartAdornmentInfoBase.LabelTemplate
    ChartAdornmentInfoBase.LabelTemplateProperty
    ChartAdornmentInfoBase.Margin
    ChartAdornmentInfoBase.MarginProperty
    ChartAdornmentInfoBase.SegmentLabelContent
    ChartAdornmentInfoBase.SegmentLabelContentProperty
    ChartAdornmentInfoBase.SegmentLabelFormat
    ChartAdornmentInfoBase.SegmentLabelFormatProperty
    ChartAdornmentInfoBase.Series
    ChartAdornmentInfoBase.ShowConnectorLine
    ChartAdornmentInfoBase.ShowConnectorLineProperty
    ChartAdornmentInfoBase.ShowLabel
    ChartAdornmentInfoBase.ShowLabelProperty
    ChartAdornmentInfoBase.ShowMarker
    ChartAdornmentInfoBase.ShowMarkerProperty
    ChartAdornmentInfoBase.Symbol
    ChartAdornmentInfoBase.SymbolHeight
    ChartAdornmentInfoBase.SymbolHeightProperty
    ChartAdornmentInfoBase.SymbolInterior
    ChartAdornmentInfoBase.SymbolInteriorProperty
    ChartAdornmentInfoBase.SymbolProperty
    ChartAdornmentInfoBase.SymbolStroke
    ChartAdornmentInfoBase.SymbolStrokeProperty
    ChartAdornmentInfoBase.SymbolTemplate
    ChartAdornmentInfoBase.SymbolTemplateProperty
    ChartAdornmentInfoBase.SymbolWidth
    ChartAdornmentInfoBase.SymbolWidthProperty
    ChartAdornmentInfoBase.UseSeriesPalette
    ChartAdornmentInfoBase.UseSeriesPaletteProperty
    ChartAdornmentInfoBase.VerticalAlignment
    ChartAdornmentInfoBase.VerticalAlignmentProperty
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public sealed class ChartAdornmentInfo : ChartAdornmentInfoBase, ICloneable
    Remarks

    Chart adornments are used to show additional information about the data point.

    Examples

    This example, we are using PieSeries.

            <syncfusion:PieSeries>
                <syncfusion:PieSeries.AdornmentInfo>
                    <syncfusion:ChartAdornmentInfo/>
                </syncfusion:PieSeries.AdornmentInfo>
            <syncfusion:PieSeries>
            ChartAdornmentInfo chartAdornmentInfo = new ChartAdornmentInfo();
            pieSeries.AdornmentInfo = chartAdornmentInfo;

    Constructors

    ChartAdornmentInfo()

    Declaration
    public ChartAdornmentInfo()

    Methods

    DrawLineSegment(List<Point>, Path)

    Draws the line segment for adornment connector line.

    Declaration
    protected override void DrawLineSegment(List<Point> points, Path path)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Windows.Point> points
    System.Windows.Shapes.Path path
    Overrides
    ChartAdornmentInfoBase.DrawLineSegment(List<Point>, Path)

    Implements

    ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved