Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAxisTickStyle - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAxisTickStyle

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

    Constructors

    ChartAxisTickStyle()

    Declaration
    public ChartAxisTickStyle()

    Properties

    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

    TickSize

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

    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 - 2021 Syncfusion Inc. All Rights Reserved