menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ScaleStyle

    Inheritance
    System.Object
    ScaleStyle
    Namespace: Com.Syncfusion.Rangenavigator
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ScaleStyle : Object

    Constructors

    ScaleStyle()

    Declaration
    public ScaleStyle()

    Properties

    GridLineColor

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

    GridLinePathEffect

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

    GridLineWidth

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

    LabelAlignment

    Declaration
    public LabelAlignment LabelAlignment { get; set; }
    Property Value
    Type
    LabelAlignment

    LabelBackgroundColor

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

    LabelMarginBottom

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

    LabelMarginLeft

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

    LabelMarginRight

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

    LabelMarginTop

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

    LabelStrokeColor

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

    LabelStrokeWidth

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

    LabelTextColor

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

    LabelTextSize

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

    LabelTypeface

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

    Position

    Declaration
    public ScalePosition Position { get; set; }
    Property Value
    Type
    ScalePosition

    SelectedLabelBackgroundColor

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

    SelectedLabelMarginBottom

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

    SelectedLabelMarginLeft

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

    SelectedLabelMarginRight

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

    SelectedLabelMarginTop

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

    SelectedLabelStrokeColor

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

    SelectedLabelStrokeWidth

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

    SelectedLabelTextColor

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

    SelectedLabelTextSize

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

    SelectedLabelTypeface

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

    ShowGridLines

    Declaration
    public bool ShowGridLines { get; set; }
    Property Value
    Type
    System.Boolean

    TickLineColor

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

    TickLineWidth

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

    Visible

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved