Class ScaleStyle
Inheritance
System.Object
ScaleStyle
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ScaleStyle : Object
Constructors
ScaleStyle()
Declaration
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
LabelAlignment
Declaration
public LabelAlignment LabelAlignment { get; set; }
Property Value
LabelBackgroundColor
Declaration
public Color LabelBackgroundColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
LabelMarginBottom
Declaration
public float LabelMarginBottom { get; set; }
Property Value
LabelMarginLeft
Declaration
public float LabelMarginLeft { get; set; }
Property Value
LabelMarginRight
Declaration
public float LabelMarginRight { get; set; }
Property Value
LabelMarginTop
Declaration
public float LabelMarginTop { get; set; }
Property Value
LabelStrokeColor
Declaration
public Color LabelStrokeColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
LabelStrokeWidth
Declaration
public float LabelStrokeWidth { get; set; }
Property Value
LabelTextColor
Declaration
public Color LabelTextColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
LabelTextSize
Declaration
public float LabelTextSize { get; set; }
Property Value
LabelTypeface
Declaration
public Typeface LabelTypeface { get; set; }
Property Value
Type |
Android.Graphics.Typeface |
Position
Declaration
public ScalePosition Position { get; set; }
Property Value
SelectedLabelBackgroundColor
Declaration
public Color SelectedLabelBackgroundColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
SelectedLabelMarginBottom
Declaration
public float SelectedLabelMarginBottom { get; set; }
Property Value
SelectedLabelMarginLeft
Declaration
public float SelectedLabelMarginLeft { get; set; }
Property Value
SelectedLabelMarginRight
Declaration
public float SelectedLabelMarginRight { get; set; }
Property Value
SelectedLabelMarginTop
Declaration
public float SelectedLabelMarginTop { get; set; }
Property Value
SelectedLabelStrokeColor
Declaration
public Color SelectedLabelStrokeColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
SelectedLabelStrokeWidth
Declaration
public float SelectedLabelStrokeWidth { get; set; }
Property Value
SelectedLabelTextColor
Declaration
public Color SelectedLabelTextColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
SelectedLabelTextSize
Declaration
public float SelectedLabelTextSize { get; set; }
Property Value
SelectedLabelTypeface
Declaration
public Typeface SelectedLabelTypeface { get; set; }
Property Value
Type |
Android.Graphics.Typeface |
ShowGridLines
Declaration
public bool ShowGridLines { get; set; }
Property Value
TickLineColor
Declaration
public Color TickLineColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
TickLineWidth
Declaration
public float TickLineWidth { get; set; }
Property Value
Visible
Declaration
public bool Visible { get; set; }
Property Value