Class AdornmentLayer
Represents a panel that manages and arranges adornments at a specific level in the adornment layer.
Inheritance
System.Object
AdornmentLayer
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class AdornmentLayer : CALayer
Constructors
AdornmentLayer(SFChart)
Declaration
public AdornmentLayer(SFChart chart)
Parameters
Type | Name | Description |
---|---|---|
SFChart | chart |
Methods
DrawInContext(CGContext)
Declaration
public override void DrawInContext(CGContext ctx)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGContext | ctx |