Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFRangeColumnSegment

    Inheritance
    System.Object
    SFChartSegment
    SFRangeColumnSegment
    Inherited Members
    SFChartSegment.HitTest(Single, Single)
    SFChartSegment.DrawSegment(CGContext)
    SFChartSegment.HitTest(CGPoint)
    SFChartSegment.ApplyGradientColors(CGContext)
    SFChartSegment.AnimationStopped(CAAnimation, Boolean)
    SFChartSegment.Color
    SFChartSegment.Series
    SFChartSegment.Alpha
    SFChartSegment.Empty
    SFChartSegment.Index
    SFChartSegment.EnableAnimation
    SFChartSegment.AnimationDuration
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public class SFRangeColumnSegment : SFChartSegment

    Constructors

    SFRangeColumnSegment()

    Declaration
    public SFRangeColumnSegment()

    Properties

    BorderColor

    Gets or sets the color of the border.

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

    The color of the border.

    BorderWidth

    Gets or sets the width of the border.

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

    The width of the border.

    Methods

    OnLayout()

    Update the segment positions when the layout was updated.

    Declaration
    public override void OnLayout()
    Overrides
    SFChartSegment.OnLayout()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved