Version

AssigningCategoryStyle Event (CategorySeries)

Event raised when Assigning Category Style
Syntax
public event AssigningCategoryStyleEventHandler AssigningCategoryStyle
Event Data

The event handler receives an argument of type AssigningCategoryStyleEventArgs containing data related to this event. The following AssigningCategoryStyleEventArgs properties provide information specific to this event.

PropertyDescription
EndDate (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets the end date
EndIndex (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets the end index
Fill (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets or sets fill brush to use for the current item.
GetItems (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets a function that will return the items associated with this event.
HasDateRange (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets if this event has a valid date range
HighlightingHandled (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets or sets if highlighting was handled by this event handler, and whether internal highlighting logic should be skipped.
HighlightingInfo (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets or sets highlighting info
IsNegativeShape (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets if the current shape is identified as a negative shape if this series supports discrete negative shapes.
MaxAllSeriesHighlightingProgress (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets the max highlighting progress from all series.
Opacity (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets or sets opacity to use for the current item.
RadiusX Gets or sets corner radius X to use for the current item, if applicable.
RadiusY Gets or sets corner radius Y to use for the current item, if applicable.
StartDate (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets the start date
StartIndex (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets the start index
Stroke (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets or sets stroke to use for the current item.
StrokeDashArray Gets or sets stroke dash array to use for the current item.
StrokeDashCap Gets or sets stroke dash cap to use for the current item.
StrokeThickness Gets or sets stroke thickness to use for the current item.
SumAllSeriesHighlightingProgress (Inherited from Infragistics.XamarinForms.Controls.Charts.AssigningCategoryStyleEventArgsBase)Gets the sum of highlighting progress from all series.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also