WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TriangularAdornment

    Show / Hide Table of Contents

    Class TriangularAdornment

    Class implementation for triangularAdornments

    Inheritance
    System.Object
    ChartSegment
    ChartAdornment
    TriangularAdornment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartAdornment.BackgroundProperty
    ChartAdornment.BorderBrushProperty
    ChartAdornment.BorderThicknessProperty
    ChartAdornment.MarginProperty
    ChartAdornment.FontFamilyProperty
    ChartAdornment.FontStyleProperty
    ChartAdornment.FontSizeProperty
    ChartAdornment.ForegroundProperty
    ChartAdornment.ConnectorRotationAngleProperty
    ChartAdornment.ConnectorHeightProperty
    ChartAdornment.CreateVisual(Size)
    ChartAdornment.GetRenderedVisual()
    ChartAdornment.OnSizeChanged(Size)
    ChartAdornment.Series
    ChartAdornment.Background
    ChartAdornment.BorderThickness
    ChartAdornment.BorderBrush
    ChartAdornment.Margin
    ChartAdornment.FontFamily
    ChartAdornment.FontStyle
    ChartAdornment.FontSize
    ChartAdornment.Foreground
    ChartAdornment.ConnectorRotationAngle
    ChartAdornment.ConnectorHeight
    ChartAdornment.ActualContent
    ChartAdornment.XData
    ChartAdornment.YData
    ChartAdornment.X
    ChartAdornment.Y
    ChartSegment.InteriorProperty
    ChartSegment.StrokeThicknessProperty
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.SetData(IList<Double>, IList<Double>)
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)
    ChartSegment.SetData(List<Point>)
    ChartSegment.SetData(List<ChartPoint>)
    ChartSegment.SetData(Point, Point, Point, Point)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.SetVisualBindings(Shape)
    ChartSegment.XRange
    ChartSegment.YRange
    ChartSegment.Item
    ChartSegment.Interior
    ChartSegment.StrokeThickness
    ChartSegment.StrokeDashArray
    ChartSegment.Stroke
    ChartSegment.PolygonPoints
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.PropertyChanged
    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 - 2023 Syncfusion Inc. All Rights Reserved