Version

DataLegendStylingRowEventArgs Class Members

The following tables list the members exposed by DataLegendStylingRowEventArgs.

Public Constructors
 NameDescription
Public ConstructorDataLegendStylingRowEventArgs Constructorcreates an instance of row appearance in data legend  
Public Properties
 NameDescription
Public PropertyBadgeShapeGets or sets shape of legend badge in the Data Legend  
Public PropertyIsBadgeVisibleGets or sets whether the legend badge is visible in the Data Legend  
Public PropertyIsRowVisibleGets or sets whether the whole row is visible in the Data Legend  
Public PropertySeriesIndexGets index of series in the chart  
Public PropertySeriesTitleGets title of series in the chart  
Public PropertyTitleTextGets or sets title text displayed in row of Data Legend  
Public PropertyTitleTextColorGets or sets color of title text  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetBadgeShapeResets the BadgeShape property to its default value.  
Public MethodResetIsBadgeVisibleResets the IsBadgeVisible property to its default value.  
Public MethodResetIsRowVisibleResets the IsRowVisible property to its default value.  
Public MethodResetTitleTextResets the TitleText property to its default value.  
Public MethodResetTitleTextColorResets the TitleTextColor property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeBadgeShapeIndicates if the BadgeShape property needs to be serialized.  
Protected MethodShouldSerializeIsBadgeVisibleIndicates if the IsBadgeVisible property needs to be serialized.  
Protected MethodShouldSerializeIsRowVisibleIndicates if the IsRowVisible property needs to be serialized.  
Protected MethodShouldSerializeTitleTextIndicates if the TitleText property needs to be serialized.  
Protected MethodShouldSerializeTitleTextColorIndicates if the TitleTextColor property needs to be serialized.  
See Also