Class SFScatterSeries
Represents a scatter chart. To render this chart, create an instance
of this class and add it to Series collection
property and set the required properties.
Inheritance
System.Object
SFScatterSeries
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFScatterSeries : SFXyDataSeries
Constructors
SFScatterSeries()
Declaration
Properties
BorderColor
Gets or sets the border color of the series.
Declaration
public NSColor BorderColor { get; set; }
Property Value
BorderWidth
Gets or sets the border width of the series.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
ScatterHeight
Gets or sets the scatter segment height.
Declaration
public float ScatterHeight { get; set; }
Property Value
ScatterWidth
Gets or sets the scatter segment width.
Declaration
public float ScatterWidth { get; set; }
Property Value
ShapeType
Gets or sets different types of shape in a ScatterSeries.
Declaration
public ChartScatterShapeType ShapeType { get; set; }
Property Value
StrokeColor
Gets or sets the color for the series stroke.
Declaration
public NSColor StrokeColor { get; set; }
Property Value
Methods
AnimationForSegment(SFChartSegment)
Declaration
protected override CAAnimation AnimationForSegment(SFChartSegment segment)
Parameters
Returns
Type |
CoreAnimation.CAAnimation |
Overrides
CreateSegment()
Declaration
protected override SFChartSegment CreateSegment()
Returns
Overrides
CreateSegments()
Creates the segments of .
Declaration
public override void CreateSegments()
Overrides
GetGradientEndPoint(SFChartSegment)
Declaration
protected override CGPoint GetGradientEndPoint(SFChartSegment segment)
Parameters
Returns
Type |
CoreGraphics.CGPoint |
Overrides
GetGradientStartPoint(SFChartSegment)
Declaration
protected override CGPoint GetGradientStartPoint(SFChartSegment segment)
Parameters
Returns
Type |
CoreGraphics.CGPoint |
Overrides