Class SFLineStyle
This class serves as a base class for all types of line style.
Inheritance
System.Object
SFLineStyle
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 |
---|
AppKit.NSColor |
LineWidth
Gets or sets the width of the line.
Declaration
public NSNumber LineWidth { get; set; }
Property Value
Type |
---|
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 |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged