Back to Devexpress

ChartControlSettings.CustomizeXAxisLabels Property

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

latest1.9 KB
Original Source

ChartControlSettings.CustomizeXAxisLabels Property

OBSOLETE

The CustomizeXAxisLabels event is obsolete now. Use the PivotChartingCustomizeXAxisLabels event instead.

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
[Obsolete("The CustomizeXAxisLabels event is obsolete now. Use the PivotChartingCustomizeXAxisLabels event instead.")]
public CustomizeXAxisLabelsEventHandler CustomizeXAxisLabels { get; set; }
vb
<Obsolete("The CustomizeXAxisLabels event is obsolete now. Use the PivotChartingCustomizeXAxisLabels event instead.")>
Public Property CustomizeXAxisLabels 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