menu

WinForms

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

    Show / Hide Table of Contents

    Class TriangularAdornment

    Class implementation for triangularAdornments

    Inheritance
    System.Object
    ChartSegment
    ChartAdornment
    TriangularAdornment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartAdornment.ActualContent
    ChartAdornment.Background
    ChartAdornment.BackgroundProperty
    ChartAdornment.BorderBrush
    ChartAdornment.BorderBrushProperty
    ChartAdornment.BorderThickness
    ChartAdornment.BorderThicknessProperty
    ChartAdornment.ConnectorHeight
    ChartAdornment.ConnectorHeightProperty
    ChartAdornment.ConnectorRotationAngle
    ChartAdornment.ConnectorRotationAngleProperty
    ChartAdornment.CreateVisual(Size)
    ChartAdornment.FontFamily
    ChartAdornment.FontFamilyProperty
    ChartAdornment.FontSize
    ChartAdornment.FontSizeProperty
    ChartAdornment.FontStyle
    ChartAdornment.FontStyleProperty
    ChartAdornment.Foreground
    ChartAdornment.ForegroundProperty
    ChartAdornment.GetRenderedVisual()
    ChartAdornment.Margin
    ChartAdornment.MarginProperty
    ChartAdornment.OnSizeChanged(Size)
    ChartAdornment.Series
    ChartAdornment.X
    ChartAdornment.XData
    ChartAdornment.Y
    ChartAdornment.YData
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.Interior
    ChartSegment.InteriorProperty
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.Item
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(List<ChartPoint>)
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(List<Point>)
    ChartSegment.SetData(Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point, Boolean)
    ChartSegment.SetVisualBindings(Shape)
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeThickness
    ChartSegment.StrokeThicknessProperty
    ChartSegment.XRange
    ChartSegment.YRange
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class TriangularAdornment : ChartAdornment, INotifyPropertyChanged

    Constructors

    TriangularAdornment(Double, Double, Double, Double, AdornmentSeries)

    Called when instance created for TriangularAdornment

    Declaration
    public TriangularAdornment(double xVal, double yVal, double currY, double height, AdornmentSeries series)
    Parameters
    Type Name Description
    System.Double xVal
    System.Double yVal
    System.Double currY
    System.Double height
    AdornmentSeries series

    Methods

    SetData(Double[])

    Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overriden by any derived class.

    Declaration
    public override void SetData(params double[] Values)
    Parameters
    Type Name Description
    System.Double[] Values
    Overrides
    ChartAdornment.SetData(Double[])

    Update(IChartTransformer)

    Updates the segments based on its data point value. This method is not intended to be called explicitly outside the Chart but it can be overriden by any derived class.

    Declaration
    public override void Update(IChartTransformer transformer)
    Parameters
    Type Name Description
    Syncfusion.UI.Xaml.Charts.IChartTransformer transformer

    Reresents the view port of chart control.(refer Syncfusion.UI.Xaml.Charts.IChartTransformer)

    Overrides
    ChartAdornment.Update(IChartTransformer)

    Implements

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