menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TriangularSeries - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TriangularSeries

    Serves as a base class for all types of triangular series. This class has options to customize the segment exploding.

    Inheritance
    System.Object
    ChartSeries
    AccumulationSeries
    TriangularSeries
    FunnelSeries
    PyramidSeries
    Inherited Members
    AccumulationSeries.ExplodeAll
    AccumulationSeries.ExplodeAllProperty
    AccumulationSeries.ExplodeIndex
    AccumulationSeries.ExplodeIndexProperty
    AccumulationSeries.ExplodeOnTouch
    AccumulationSeries.ExplodeOnTouchProperty
    AccumulationSeries.GetChartDataPoints()
    AccumulationSeries.StrokeColor
    AccumulationSeries.StrokeColorProperty
    AccumulationSeries.YBindingPath
    AccumulationSeries.YBindingPathProperty
    ChartSeries.Animate()
    ChartSeries.AnimationDuration
    ChartSeries.AnimationDurationProperty
    ChartSeries.Color
    ChartSeries.ColorModel
    ChartSeries.ColorModelProperty
    ChartSeries.ColorProperty
    ChartSeries.DataMarker
    ChartSeries.DataMarkerLabelCreated
    ChartSeries.DataMarkerProperty
    ChartSeries.EnableAnimation
    ChartSeries.EnableAnimationProperty
    ChartSeries.EnableDataPointSelection
    ChartSeries.EnableDataPointSelectionProperty
    ChartSeries.EnableTooltip
    ChartSeries.EnableTooltipProperty
    ChartSeries.GetDataPointIndex(Single, Single)
    ChartSeries.IsSelected
    ChartSeries.IsVisible
    ChartSeries.IsVisibleOnLegend
    ChartSeries.IsVisibleOnLegendProperty
    ChartSeries.IsVisibleProperty
    ChartSeries.ItemsSource
    ChartSeries.ItemsSourceProperty
    ChartSeries.Label
    ChartSeries.LabelProperty
    ChartSeries.LegendIcon
    ChartSeries.LegendIconProperty
    ChartSeries.ListenPropertyChange
    ChartSeries.ListenPropertyChangeProperty
    ChartSeries.OnBindingContextChanged()
    ChartSeries.OnParentSet()
    ChartSeries.Opacity
    ChartSeries.OpacityProperty
    ChartSeries.ResumeNotification()
    ChartSeries.SelectedDataPointColor
    ChartSeries.SelectedDataPointColorProperty
    ChartSeries.SelectedDataPointIndex
    ChartSeries.SelectedDataPointIndexProperty
    ChartSeries.StrokeWidth
    ChartSeries.StrokeWidthProperty
    ChartSeries.SuspendNotification()
    ChartSeries.TooltipTemplate
    ChartSeries.TooltipTemplateProperty
    ChartSeries.XBindingPath
    ChartSeries.XBindingPathProperty
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public abstract class TriangularSeries : AccumulationSeries, IThemeElement

    Constructors

    TriangularSeries()

    Declaration
    protected TriangularSeries()

    Fields

    ExplodeOffsetProperty

    Gets or sets the offset value that defines the exploding distance of the segment. This is a bindable property.

    Declaration
    public static readonly BindableProperty ExplodeOffsetProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    GapRatioProperty

    Gets or sets the value that defines the gap between the segment. This is a bindable property.

    Declaration
    public static readonly BindableProperty GapRatioProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    ExplodeOffset

    Gets or sets the offset value that defines the exploding distance of the segment. This is a bindable property.

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

    This property take the double value.

    GapRatio

    Gets or sets the value that defines the gap between the segment. This is a bindable property.

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

    This property take the double value.

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