Class ChartTitle
Inheritance
System.Object
ChartTitle
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartTitle : TextView
Constructors
ChartTitle(Context)
Declaration
public ChartTitle(Context context)
Parameters
| Type |
Name |
Description |
| Android.Content.Context |
context |
|
ChartTitle(Context, IAttributeSet)
Declaration
public ChartTitle(Context context, IAttributeSet attribute)
Parameters
| Type |
Name |
Description |
| Android.Content.Context |
context |
|
| Android.Util.IAttributeSet |
attribute |
|
ChartTitle(Context, IAttributeSet, Int32)
Declaration
public ChartTitle(Context context, IAttributeSet attribute, int defaultStyleAttribute)
Parameters
| Type |
Name |
Description |
| Android.Content.Context |
context |
|
| Android.Util.IAttributeSet |
attribute |
|
| System.Int32 |
defaultStyleAttribute |
|
ChartTitle(Context, IAttributeSet, Int32, Int32)
Declaration
public ChartTitle(Context context, IAttributeSet attribute, int defaultStyleAttribute, int defaultStyleResource)
Parameters
| Type |
Name |
Description |
| Android.Content.Context |
context |
|
| Android.Util.IAttributeSet |
attribute |
|
| System.Int32 |
defaultStyleAttribute |
|
| System.Int32 |
defaultStyleResource |
|
ChartTitle(IntPtr, JniHandleOwnership)
Declaration
public ChartTitle(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
javaReference |
|
| Android.Runtime.JniHandleOwnership |
transfer |
|
Properties
LineBreakMode
Gets or sets the value that indicates text wrap for the title.
Declaration
public LineBreakMode LineBreakMode { get; set; }
Property Value
Methods
OnTextChanged(ICharSequence, Int32, Int32, Int32)
Declaration
protected override void OnTextChanged(ICharSequence text, int start, int lengthBefore, int lengthAfter)
Parameters
| Type |
Name |
Description |
| Java.Lang.ICharSequence |
text |
|
| System.Int32 |
start |
|
| System.Int32 |
lengthBefore |
|
| System.Int32 |
lengthAfter |
|