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.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
DefaultLastLabelVisibility
Declaration
public abstract AxisLastLabelVisibility DefaultLastLabelVisibility { get; }
Property Value
AxisLastLabelVisibility
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
MaxLabelHeight
Declaration
protected double MaxLabelHeight { get; set; }
Property Value
System.Double
|
MaxLabelWidth
Declaration
protected double MaxLabelWidth { get; set; }
Property Value
System.Double
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
TotalLabelWidthToAvailableWidth
Declaration
protected int TotalLabelWidthToAvailableWidth { get; set; }
Property Value
System.Int32
|
Zoom
Declaration
public abstract double Zoom { get; }
Property Value
System.Double
|
Methods
ApplyLayoutRounding()
Declaration
public abstract void ApplyLayoutRounding()
Arrange(RadRect)
ArrangeLabelMultiline(AxisLabelModel, RadRect)
Declaration
public abstract void ArrangeLabelMultiline(AxisLabelModel p0, RadRect p1)
Parameters
AxisLabelModel
p0
|
RadRect
p1
|
ArrangeLabelNone(AxisLabelModel, RadRect)
Declaration
public abstract void ArrangeLabelNone(AxisLabelModel p0, RadRect p1)
Parameters
AxisLabelModel
p0
|
RadRect
p1
|
GetDesiredMargin(RadSize)
Declaration
public abstract RadThickness GetDesiredMargin(RadSize p0)
Parameters
RadSize
p0
|
Returns
RadThickness
|
GetDesiredSize(RadSize)
Declaration
public abstract RadSize GetDesiredSize(RadSize p0)
Parameters
RadSize
p0
|
Returns
RadSize
|
GetVisibleRange(RadSize)
Declaration
public abstract ValueRange GetVisibleRange(RadSize p0)
Parameters
RadSize
p0
|
Returns
ValueRange
|