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 |
Description |
Android.Graphics.Color |
|
GridLinePathEffect
Declaration
public PathEffect GridLinePathEffect { get; set; }
Property Value
Type |
Description |
Android.Graphics.PathEffect |
|
GridLineWidth
Declaration
public float GridLineWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelAlignment
Declaration
public LabelAlignment LabelAlignment { get; set; }
Property Value
LabelBackgroundColor
Declaration
public Color LabelBackgroundColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
LabelMarginBottom
Declaration
public float LabelMarginBottom { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelMarginLeft
Declaration
public float LabelMarginLeft { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelMarginRight
Declaration
public float LabelMarginRight { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelMarginTop
Declaration
public float LabelMarginTop { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelStrokeColor
Declaration
public Color LabelStrokeColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
LabelStrokeWidth
Declaration
public float LabelStrokeWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelTextColor
Declaration
public Color LabelTextColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
LabelTextSize
Declaration
public float LabelTextSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelTypeface
Declaration
public Typeface LabelTypeface { get; set; }
Property Value
Type |
Description |
Android.Graphics.Typeface |
|
Position
Declaration
public ScalePosition Position { get; set; }
Property Value
SelectedLabelBackgroundColor
Declaration
public Color SelectedLabelBackgroundColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
SelectedLabelMarginBottom
Declaration
public float SelectedLabelMarginBottom { get; set; }
Property Value
Type |
Description |
System.Single |
|
SelectedLabelMarginLeft
Declaration
public float SelectedLabelMarginLeft { get; set; }
Property Value
Type |
Description |
System.Single |
|
SelectedLabelMarginRight
Declaration
public float SelectedLabelMarginRight { get; set; }
Property Value
Type |
Description |
System.Single |
|
SelectedLabelMarginTop
Declaration
public float SelectedLabelMarginTop { get; set; }
Property Value
Type |
Description |
System.Single |
|
SelectedLabelStrokeColor
Declaration
public Color SelectedLabelStrokeColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
SelectedLabelStrokeWidth
Declaration
public float SelectedLabelStrokeWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
SelectedLabelTextColor
Declaration
public Color SelectedLabelTextColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
SelectedLabelTextSize
Declaration
public float SelectedLabelTextSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
SelectedLabelTypeface
Declaration
public Typeface SelectedLabelTypeface { get; set; }
Property Value
Type |
Description |
Android.Graphics.Typeface |
|
ShowGridLines
Declaration
public bool ShowGridLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TickLineColor
Declaration
public Color TickLineColor { get; set; }
Property Value
Type |
Description |
Android.Graphics.Color |
|
TickLineWidth
Declaration
public float TickLineWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|