Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartGradientStop

    Show / Hide Table of Contents

    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 Description
    AppKit.NSColor

    Offset

    Gets or sets the offset of the gradient stop.

    Declaration
    public nfloat Offset { get; set; }
    Property Value
    Type Description
    System.nfloat
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved