Class IgbCalloutStyleUpdatingEventArgs
Event arguments for the CalloutStyleUpdating event
Inheritance
System.Object
IgbCalloutStyleUpdatingEventArgs
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbCalloutStyleUpdatingEventArgs : BaseRendererElement, JsonSerializable
Constructors
IgbCalloutStyleUpdatingEventArgs()
Declaration
public IgbCalloutStyleUpdatingEventArgs()
Properties
BacgkroundPaddingBottom
Declaration
public double BacgkroundPaddingBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BacgkroundPaddingLeft
Declaration
public double BacgkroundPaddingLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BacgkroundPaddingRight
Declaration
public double BacgkroundPaddingRight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BacgkroundPaddingTop
Declaration
public double BacgkroundPaddingTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Background
Gets or sets the background of the callout.
Declaration
public string Background { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BackgroundCorner
Declaration
public double BackgroundCorner { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BadgeBackground
Gets or sets badge fill in the callout.
Declaration
public string BadgeBackground { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BadgeCorner
Declaration
public double BadgeCorner { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BadgeGap
Gets or sets the gap between badge and text in the callout.
Declaration
public double BadgeGap { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BadgeHeight
Gets or sets badge height in the callout.
Declaration
public double BadgeHeight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BadgeImage
Gets or sets the path to an image displayed in the callout.
Declaration
public string BadgeImage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BadgeOutline
Gets or sets badge outline in the callout.
Declaration
public string BadgeOutline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BadgeThickness
Gets or sets badge thickness in the callout.
Declaration
public double BadgeThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BadgeVisible
Gets or sets whether the badge is visible in the callout.
Declaration
public bool BadgeVisible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
BadgeWidth
Gets or sets badge width in the callout.
Declaration
public double BadgeWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Item
Gets data item associated with the callout.
Declaration
public object Item { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ItemScript
Provides a means of setting Item in the JavaScript environment.
Declaration
public string ItemScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LeaderBrush
Gets or sets the leader brush of the callout.
Declaration
public string LeaderBrush { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Outline
Gets or sets the outline of the callout.
Declaration
public string Outline { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Series
Gets data series associated with the callout.
Declaration
public IgbSeries Series { get; set; }
Property Value
StrokeThickness
Gets or sets the stroke thickness of the callout.
Declaration
public double StrokeThickness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TextColor
Gets or sets the text color of the callout.
Declaration
public string TextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
XValue
Gets X-position of data item associated with the callout.
Declaration
public object XValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
XValueScript
Provides a means of setting XValue in the JavaScript environment.
Declaration
public string XValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
YValue
Gets Y-position of data item associated with the callout.
Declaration
public object YValue { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
YValueScript
Provides a means of setting YValue in the JavaScript environment.
Declaration
public string YValueScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
FromEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
ToEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements