Back to Devexpress

ChartControlSettings.PivotChartingCustomizeXAxisLabels Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-ea1f2e10.md

latest1.6 KB
Original Source

ChartControlSettings.PivotChartingCustomizeXAxisLabels Property

Occurs after automatic layout settings are applied to the X-axis’ labels.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CustomizeXAxisLabelsEventHandler PivotChartingCustomizeXAxisLabels { get; set; }
vb
Public Property PivotChartingCustomizeXAxisLabels As CustomizeXAxisLabelsEventHandler

Property Value

TypeDescription
CustomizeXAxisLabelsEventHandler

A CustomizeXAxisLabelsEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace