Back to Devexpress

WebChartControl.CustomizeLegend Event

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-c8324f4b.md

latest4.0 KB
Original Source

WebChartControl.CustomizeLegend Event

OBSOLETE

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

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

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
[Obsolete("The CustomizeXAxisLabels event is obsolete now. Use the PivotChartingCustomizeXAxisLabels event instead.")]
public event CustomizeLegendEventHandler CustomizeLegend
vb
<Obsolete("The CustomizeXAxisLabels event is obsolete now. Use the PivotChartingCustomizeXAxisLabels event instead.")>
Public Event CustomizeLegend As CustomizeLegendEventHandler

Event Data

The CustomizeLegend event's data class is CustomizeLegendEventArgs. The following properties provide information specific to this event:

PropertyDescription
LegendGets the chart’s legend.
MaxHorizontalPercentageSpecifies the legend‘s maximum horizontal percentage.
MaxVerticalPercentageSpecifies the legend‘s maximum vertical percentage.

Remarks

When a familiar data source (such as the ASPxPivotGrid) is assigned to the chart’s ASPxDataWebControlBase.DataSourceID property, and the PivotGridDataSourceOptions.AutoLayoutSettingsEnabled property is turned on, the LegendBase.MaxHorizontalPercentage and LegendBase.MaxVerticalPercentage properties are defined automatically, and cannot be customized at design time.

Handle the CustomizeLegend event, to manually adjust these options (via the CustomizeLegendEventArgs.MaxHorizontalPercentage and CustomizeLegendEventArgs.MaxVerticalPercentage properties). To access the legend, use the CustomizeLegendEventArgs.Legend property.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

See Also

Integrate the WinForms Chart with the Pivot Grid Control

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace