Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFTriangularSeries - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFTriangularSeries

    Serves as a base class for all types of triangular series.

    Inheritance
    System.Object
    SFSeries
    SFAccumulationSeries
    SFTriangularSeries
    SFFunnelSeries
    SFPyramidSeries
    Inherited Members
    SFAccumulationSeries.OnBindingPathChanged()
    SFAccumulationSeries.YBindingPath
    SFAccumulationSeries.StrokeColor
    SFAccumulationSeries.ExplodeIndex
    SFAccumulationSeries.ExplodeAll
    SFAccumulationSeries.ExplodeOnTouch
    SFSeries.GeneratePoints(String[], IList<Double>[])
    SFSeries.ScheduleUpdateArea()
    SFSeries.GetSelectionColor()
    SFSeries.GetGradientStartPoint(SFChartSegment)
    SFSeries.GetGradientEndPoint(SFChartSegment)
    SFSeries.SetIndividualPoint(Int32, Object, Boolean)
    SFSeries.CreateSegment()
    SFSeries.ClearUnUsedDataMarkerLabels(Int32)
    SFSeries.SeriesContainsPoint(CGPoint)
    SFSeries.OnAttachedToChart()
    SFSeries.OnDetachedFromChart()
    SFSeries.SetFillColor(SFChartSegment)
    SFSeries.SetStrokeWidth(SFChartSegment)
    SFSeries.SuspendNotification()
    SFSeries.ResumeNotification()
    SFSeries.InvalidateRender()
    SFSeries.CreateSegments()
    SFSeries.Animate()
    SFSeries.CreateRenderer()
    SFSeries.InsertDataPointAtIndex(nint)
    SFSeries.RemoveDataPointAtIndex(nint)
    SFSeries.ReloadData()
    SFSeries.AnimationForSegment(SFChartSegment)
    SFSeries.DrawLayer(CALayer, CGContext)
    SFSeries.DrawInContext(CGContext)
    SFSeries.DataPointIndexAtPoint(CGPoint)
    SFSeries.DrawMarker(CGContext, Double, Double, Int32)
    SFSeries.DrawLabel(NSString, CGContext, Double, Double, Int32)
    SFSeries.DrawConnectorLine(CGContext, Double, Double, Double, Double, UIColor, Int32)
    SFSeries.ListenPropertyChange
    SFSeries.DataMarker
    SFSeries.EnableAnimation
    SFSeries.AnimationDuration
    SFSeries.IsSelected
    SFSeries.SelectedDataPointIndex
    SFSeries.SelectedDataPointColor
    SFSeries.DataCount
    SFSeries.Name
    SFSeries.Color
    SFSeries.Alpha
    SFSeries.Label
    SFSeries.ItemsSource
    SFSeries.XBindingPath
    SFSeries.ColorModel
    SFSeries.XRange
    SFSeries.YRange
    SFSeries.Segments
    SFSeries.ActualXAxis
    SFSeries.ActualYAxis
    SFSeries.EnableTooltip
    SFSeries.LegendIcon
    SFSeries.EnableDataPointSelection
    SFSeries.Visible
    SFSeries.VisibleOnLegend
    SFSeries.LayerFrame
    SFSeries.DataMarkerLabelCreated
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public abstract class SFTriangularSeries : SFAccumulationSeries

    Constructors

    SFTriangularSeries()

    Declaration
    protected SFTriangularSeries()

    Properties

    BorderColor

    Gets or sets the border color of the series.

    Declaration
    public UIColor BorderColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    BorderWidth

    Gets or sets the border width of the series.

    Declaration
    public nfloat BorderWidth { get; set; }
    Property Value
    Type Description
    System.nfloat

    ExplodeOffset

    Gets or sets the double value that indicates explode offset of exploded segment.

    Declaration
    public double ExplodeOffset { get; set; }
    Property Value
    Type Description
    System.Double

    GapRatio

    Gets or sets double value that indicates ratio of gap between the triangular series segments.

    Declaration
    public double GapRatio { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved