Class ChartGradientStop
ChartGradientStop contains gradient color and offset.
Inheritance
System.Object
ChartGradientStop
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class ChartGradientStop : Object
Remarks
The Color and Offset properties of the ChartGradientStop is used to configure the color and offset position of each color.
Constructors
ChartGradientStop()
Declaration
public ChartGradientStop()
Properties
Color
Gets or sets the color of the gradient stop.
Declaration
public NSColor Color { get; set; }
Property Value
Type |
---|
AppKit.NSColor |
Offset
Gets or sets the offset of the gradient stop.
Declaration
public nfloat Offset { get; set; }
Property Value
Type |
---|
System.nfloat |