Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFLineStyle

    This class serves as a base class for all types of line style.

    Inheritance
    System.Object
    SFLineStyle
    ErrorBarLineStyle
    SFAxisGridLineStyle
    SFAxisLineStyle
    SFAxisTickStyle
    SFChartTrackballLineStyle
    SFConnectorLineStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFLineStyle : Object, INotifyPropertyChanged

    Constructors

    SFLineStyle()

    Declaration
    public SFLineStyle()

    Properties

    LineColor

    Gets or sets the color of the line.

    Declaration
    public NSColor LineColor { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    LineWidth

    Gets or sets the width of the line.

    Declaration
    public NSNumber LineWidth { get; set; }
    Property Value
    Type Description
    Foundation.NSNumber

    Methods

    OnPropertyChanged(Boolean, String)

    Declaration
    protected virtual void OnPropertyChanged(bool requestLayout, string propertyName = null)
    Parameters
    Type Name Description
    System.Boolean requestLayout
    System.String propertyName

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved