Version

AssigningCategoryStyle Event (FinancialSeries)

Event raised when Assigning Category Style
Syntax
'Declaration
 
Public Event AssigningCategoryStyle As AssigningCategoryStyleEventHandler
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.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets the end date, if applicable
EndIndex (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets the end index
FadeOpacity (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets or sets opacity to use for the current item.
Fill (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets or sets fill brush to use for the current item.
GetItems (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets a function that will return the items associated with this event.
HasDateRange (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets if this event has a valid date range
HighlightingHandled (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets or sets if highlighting was handled by this event handler, and whether internal highlighting logic should be skipped.
HighlightingInfo (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets or sets highlighting info
IsNegativeShape (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets if the current shape is identified as a negative shape if this series supports discrete negative shapes.
IsThumbnail (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets if the current event is being raised for the thumbnail image.
MaxAllSeriesHighlightingProgress (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets the max highlighting progress from all series.
Opacity (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets or sets opacity to use for the current item.
RadiusX (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesShapeStyleEventArgsBase)Gets or sets corner radius X to use for the current item, if applicable.
RadiusY (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesShapeStyleEventArgsBase)Gets or sets corner radius Y to use for the current item, if applicable.
StartDate (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets the start date, if applicable
StartIndex (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets the start index
Stroke (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets or sets stroke to use for the current item.
StrokeDashArray (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesShapeStyleEventArgsBase)Gets or sets stroke dash array to use for the current item.
StrokeDashCap (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesShapeStyleEventArgsBase)Gets or sets stroke dash cap to use for the current item.
StrokeThickness (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesShapeStyleEventArgsBase)Gets or sets stroke thickness to use for the current item.
SumAllSeriesHighlightingProgress (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets the sum of highlighting progress from all series.
TotalAllSeriesHighlightingProgress (Inherited from Infragistics.Win.DataVisualization.AssigningSeriesStyleEventArgsBase)Gets the average of highlighting progress from all the series.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also