Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartLineStyle

    Inheritance
    System.Object
    ChartLineStyle
    ChartAxisLineStyle
    ConnectorLineStyle
    ErrorBarLineStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ChartLineStyle : Object, INotifyPropertyChanged

    Constructors

    ChartLineStyle()

    Declaration
    public ChartLineStyle()

    Properties

    PathEffect

    Gets or sets the PathEffect of the ChartLineStyle.

    Declaration
    public PathEffect PathEffect { get; set; }
    Property Value
    Type Description
    Android.Graphics.PathEffect

    StrokeColor

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    StrokeWidth

    Declaration
    public float StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    OnPropertyChanged(Boolean, String)

    Declaration
    protected virtual void OnPropertyChanged(bool isScheduleUpdate, string propertyName = null)
    Parameters
    Type Name Description
    System.Boolean isScheduleUpdate
    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