12 references to Enabled
System.Windows.Forms.DataVisualization (12)
Common\Annotation\AnnotationBase.cs (1)
2793if (this.SmartLabelStyle.Enabled && isTextAnnotation &&
Common\ChartTypes\BoxPlotChart.cs (1)
929if (ser.SmartLabelStyle.Enabled)
Common\ChartTypes\ErrorBarChart.cs (1)
986if (ser.SmartLabelStyle.Enabled)
Common\ChartTypes\PointChart.cs (1)
836if (ser.SmartLabelStyle.Enabled)
Common\ChartTypes\RadarChart.cs (1)
1204if (ser.SmartLabelStyle.Enabled)
Common\ChartTypes\StackedBarChart.cs (2)
1141if (series.SmartLabelStyle.Enabled) 2023if (ser.SmartLabelStyle.Enabled)
Common\ChartTypes\StackedColumnChart.cs (2)
1171if (series.SmartLabelStyle.Enabled) 1891if (series.SmartLabelStyle.Enabled)
Common\ChartTypes\StockChart.cs (1)
1003if (ser.SmartLabelStyle.Enabled)
Common\General\SmartLabels.cs (2)
685 if(smartLabelStyle.Enabled) 1328 series.SmartLabelStyle.Enabled &&