Class AxisModelLayoutStrategy
Inheritance
System.Object
AxisModelLayoutStrategy
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Common.Layout
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class AxisModelLayoutStrategy : Object
Constructors
AxisModelLayoutStrategy(AxisModel)
AxisModelLayoutStrategy(IntPtr, JniHandleOwnership)
Declaration
protected AxisModelLayoutStrategy(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.
|
Android.
|
Properties
DefaultLastLabelVisibility
Declaration
public abstract AxisLastLabelVisibility DefaultLastLabelVisibility { get; }
Property Value
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.
|
MaxLabelHeight
Declaration
protected double MaxLabelHeight { get; set; }
Property Value
System.
|
MaxLabelWidth
Declaration
protected double MaxLabelWidth { get; set; }
Property Value
System.
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.
|
TotalLabelWidthToAvailableWidth
Declaration
protected int TotalLabelWidthToAvailableWidth { get; set; }
Property Value
System.
|
Zoom
Declaration
public abstract double Zoom { get; }
Property Value
System.
|
Methods
ApplyLayoutRounding()
Declaration
public abstract void ApplyLayoutRounding()
Arrange(RadRect)
ArrangeLabelMultiline(AxisLabelModel, RadRect)
Declaration
public abstract void ArrangeLabelMultiline(AxisLabelModel p0, RadRect p1)
Parameters
Axis
|
Rad
|
ArrangeLabelNone(AxisLabelModel, RadRect)
Declaration
public abstract void ArrangeLabelNone(AxisLabelModel p0, RadRect p1)
Parameters
Axis
|
Rad
|