Version

ChartType Property (DrillElement)

ChartType of the child chart upon drilling of this DrillElement.
Syntax
'Declaration
 
Public Property ChartType As ChartType
public ChartType ChartType {get; set;}
Remarks

During drill down processing, the chart control changes its ChartType to the child ChartType specified by this property. This ChartType may be different from the ChartType in which the user "drilled down." It is the developer's responsibility to make any changes to the chart to accomodate a change in ChartType. These changes most commonly involve:

Certain child chart types may require additional accomodations (for example, Infragistics.UltraChart.Resources.Appearance.PieLabelAppearancePieLabelAppearance in PieChart and PieChart3D).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also