Back to Devexpress

ChartControlSettings.PivotChartingCustomizeLegend Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-5c356231.md

latest1.5 KB
Original Source

ChartControlSettings.PivotChartingCustomizeLegend Property

Occurs before automatic settings are applied to the legend‘s layout properties.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CustomizeLegendEventHandler PivotChartingCustomizeLegend { get; set; }
vb
Public Property PivotChartingCustomizeLegend As CustomizeLegendEventHandler

Property Value

TypeDescription
CustomizeLegendEventHandler

A CustomizeLegendEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace