Xamarin.Android

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

    Show / Hide Table of Contents

    Class AxisTitleStyle

    Inheritance
    System.Object
    ChartLabelStyle
    AxisTitleStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartLabelStyle.OnPropertyChanged(Boolean, String)
    ChartLabelStyle.TextPaint
    ChartLabelStyle.StrokePaint
    ChartLabelStyle.Typeface
    ChartLabelStyle.TextSize
    ChartLabelStyle.TextColor
    ChartLabelStyle.BackgroundColor
    ChartLabelStyle.StrokeColor
    ChartLabelStyle.StrokeWidth
    ChartLabelStyle.LabelFormat
    ChartLabelStyle.MarginTop
    ChartLabelStyle.MarginLeft
    ChartLabelStyle.MarginBottom
    ChartLabelStyle.MarginRight
    ChartLabelStyle.PropertyChanged
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class AxisTitleStyle : ChartLabelStyle, INotifyPropertyChanged

    Constructors

    AxisTitleStyle()

    Declaration
    public AxisTitleStyle()

    Properties

    Text

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

    Methods

    DrawTitleBackground(Canvas, Rect, Single, Single)

    Declaration
    protected void DrawTitleBackground(Canvas canvas, Rect bounds, float pointX, float pointY)
    Parameters
    Type Name Description
    Android.Graphics.Canvas canvas
    Android.Graphics.Rect bounds
    System.Single pointX
    System.Single pointY

    Implements

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