menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartLabelStyle

    Inheritance
    System.Object
    ChartLabelStyle
    AxisTitleStyle
    ChartAnnotationLabelStyle
    ChartAxisLabelStyle
    ChartDataMarkerLabelStyle
    ChartStripLineLabelStyle
    ChartTrackballAxisLabelStyle
    ChartTrackballLabelStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ChartLabelStyle : Object, INotifyPropertyChanged

    Constructors

    ChartLabelStyle()

    Declaration
    public ChartLabelStyle()

    Properties

    BackgroundColor

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

    LabelFormat

    Declaration
    public string LabelFormat { get; set; }
    Property Value
    Type
    System.String

    MarginBottom

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

    MarginLeft

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

    MarginRight

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

    MarginTop

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

    StrokeColor

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

    StrokePaint

    Declaration
    protected Paint StrokePaint { get; set; }
    Property Value
    Type
    Android.Graphics.Paint

    StrokeWidth

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

    TextColor

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

    TextPaint

    Declaration
    protected Paint TextPaint { get; set; }
    Property Value
    Type
    Android.Graphics.Paint

    TextSize

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

    Typeface

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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved