59 references to None
System.Windows.Forms.DataVisualization (59)
Common\Annotation\AnnotationBase.cs (2)
200
private ChartHatchStyle _backHatchStyle = ChartHatchStyle.
None
;
1090
DefaultValue(ChartHatchStyle.
None
),
Common\Annotation\CalloutAnnotation.cs (1)
353
DefaultValue(ChartHatchStyle.
None
),
Common\Annotation\GroupAnnotation.cs (1)
497
DefaultValue(ChartHatchStyle.
None
),
Common\Annotation\ImageAnnotation.cs (1)
375
DefaultValue(ChartHatchStyle.
None
),
Common\Annotation\LineAnnotation.cs (1)
303
DefaultValue(ChartHatchStyle.
None
),
Common\Annotation\PolygonAnnotation.cs (3)
299
DefaultValue(ChartHatchStyle.
None
),
717
ChartHatchStyle.
None
,
1306
DefaultValue(ChartHatchStyle.
None
),
Common\Annotation\RectangleAnnotation.cs (1)
224
DefaultValue(ChartHatchStyle.
None
),
Common\Annotation\TextAnnotation.cs (1)
282
DefaultValue(ChartHatchStyle.
None
),
Common\Borders3D\Borders3D.cs (2)
175
private ChartHatchStyle _backHatchStyle = ChartHatchStyle.
None
;
322
DefaultValue(ChartHatchStyle.
None
),
Common\ChartTypes\AreaChart.cs (1)
318
if (point.BackHatchStyle != ChartHatchStyle.
None
)
Common\ChartTypes\PieChart.cs (1)
940
ChartHatchStyle.
None
,
Common\ChartTypes\RangeChart.cs (1)
403
if( point.BackHatchStyle != ChartHatchStyle.
None
)
Common\ChartTypes\StackedAreaChart.cs (1)
612
if (point.BackHatchStyle != ChartHatchStyle.
None
)
Common\DataManager\DataPoint.cs (4)
3122
SetAttributeObject(CommonCustomProperties.BackHatchStyle, ChartHatchStyle.
None
);
4047
return ChartHatchStyle.
None
;
6003
return series.backHatchStyle != ChartHatchStyle.
None
;
6486
series.backHatchStyle = ChartHatchStyle.
None
;
Common\DataManager\DataSeries.cs (1)
355
internal ChartHatchStyle backHatchStyle = ChartHatchStyle.
None
;
Common\General\AxisScaleSegments.cs (1)
523
if( chart.BackHatchStyle != ChartHatchStyle.
None
)
Common\General\Chart.cs (3)
1468
private ChartHatchStyle _backHatchStyle = ChartHatchStyle.
None
;
1887
ChartHatchStyle.
None
,
2658
DefaultValue(ChartHatchStyle.
None
),
Common\General\ChartArea.cs (3)
179
private ChartHatchStyle _backHatchStyle = ChartHatchStyle.
None
;
745
DefaultValue(ChartHatchStyle.
None
),
2050
ChartHatchStyle.
None
,
Common\General\ChartGraphics.cs (12)
2858
ChartHatchStyle.
None
,
2885
ChartHatchStyle.
None
,
2984
ChartHatchStyle.
None
,
3012
ChartHatchStyle.
None
,
3494
else if( backHatchStyle != ChartHatchStyle.
None
)
4178
if( backHatchStyle != ChartHatchStyle.
None
)
4304
if( backHatchStyle != ChartHatchStyle.
None
)
4361
ChartHatchStyle.
None
,
4378
ChartHatchStyle.
None
,
4482
if( backHatchStyle != ChartHatchStyle.
None
)
4622
else if( backHatchStyle != ChartHatchStyle.
None
)
5018
if( backHatchStyle != ChartHatchStyle.
None
)
Common\General\Legend.cs (12)
247
private ChartHatchStyle _backHatchStyle = ChartHatchStyle.
None
;
3408
DefaultValue(ChartHatchStyle.
None
),
4172
ChartHatchStyle.
None
,
4235
ChartHatchStyle.
None
,
4291
ChartHatchStyle.
None
,
4349
ChartHatchStyle.
None
,
4583
ChartHatchStyle.
None
,
4601
ChartHatchStyle.
None
,
4622
ChartHatchStyle.
None
,
4640
ChartHatchStyle.
None
,
5203
internal ChartHatchStyle backHatchStyle = ChartHatchStyle.
None
;
5434
DefaultValue(ChartHatchStyle.
None
),
Common\General\LegendColumns.cs (1)
1931
ChartHatchStyle.
None
,
Common\General\StripLine.cs (2)
142
private ChartHatchStyle _backHatchStyle = ChartHatchStyle.
None
;
1299
DefaultValue(ChartHatchStyle.
None
),
Common\General\Title.cs (3)
213
private ChartHatchStyle _backHatchStyle = ChartHatchStyle.
None
;
924
DefaultValue(ChartHatchStyle.
None
),
1538
ChartHatchStyle.
None
,