Class ChartLegendTitleView
Inheritance
System.Object
ChartLegendTitleView
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class ChartLegendTitleView : TextView
Constructors
ChartLegendTitleView(Context)
Declaration
public ChartLegendTitleView(Context context)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
ChartLegendTitleView(Context, IAttributeSet)
Declaration
public ChartLegendTitleView(Context context, IAttributeSet attribute)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attribute |
|
ChartLegendTitleView(Context, IAttributeSet, Int32)
Declaration
public ChartLegendTitleView(Context context, IAttributeSet attribute, int defaultStyleAttribute)
Parameters
Type |
Name |
Description |
Android.Content.Context |
context |
|
Android.Util.IAttributeSet |
attribute |
|
System.Int32 |
defaultStyleAttribute |
|
ChartLegendTitleView(Context, IAttributeSet, Int32, Int32)
Declaration
public ChartLegendTitleView(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 |
|
ChartLegendTitleView(IntPtr, JniHandleOwnership)
Declaration
public ChartLegendTitleView(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type |
Name |
Description |
System.IntPtr |
javaReference |
|
Android.Runtime.JniHandleOwnership |
transfer |
|