Class SFPyramidSegment
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFPyramidSegment : SFChartSegment
Constructors
SFPyramidSegment()
Declaration
public SFPyramidSegment()
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
HitTest(CGPoint)
Declaration
public override int HitTest(CGPoint hitPoint)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGPoint | hitPoint |
Returns
Type |
---|
System.Int32 |
Overrides
OnLayout()
Method used to calculate rendering bounds of segment.
Declaration
public override void OnLayout()