Class SFRangeColumnSegment
Inherited Members
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()