110 references to ChartHatchStyle
System.Windows.Forms.DataVisualization (110)
Common\Annotation\AnnotationBase.cs (5)
200
private
ChartHatchStyle
_backHatchStyle =
ChartHatchStyle
.None;
1083
/// A <see cref="
ChartHatchStyle
"/> value used for the background of an annotation.
1090
DefaultValue(
ChartHatchStyle
.None),
1095
virtual public
ChartHatchStyle
BackHatchStyle
Common\Annotation\CalloutAnnotation.cs (3)
345
/// A <see cref="
ChartHatchStyle
"/> value used for the background of an annotation.
353
DefaultValue(
ChartHatchStyle
.None),
358
override public
ChartHatchStyle
BackHatchStyle
Common\Annotation\GroupAnnotation.cs (3)
490
/// A <see cref="
ChartHatchStyle
"/> value used for the background of an annotation.
497
DefaultValue(
ChartHatchStyle
.None),
503
override public
ChartHatchStyle
BackHatchStyle
Common\Annotation\ImageAnnotation.cs (2)
375
DefaultValue(
ChartHatchStyle
.None),
379
override public
ChartHatchStyle
BackHatchStyle
Common\Annotation\LineAnnotation.cs (3)
298
/// A <see cref="
ChartHatchStyle
"/> value.
303
DefaultValue(
ChartHatchStyle
.None),
307
override public
ChartHatchStyle
BackHatchStyle
Common\Annotation\PolygonAnnotation.cs (6)
299
DefaultValue(
ChartHatchStyle
.None),
303
override public
ChartHatchStyle
BackHatchStyle
717
ChartHatchStyle
.None,
1298
/// A <see cref="
ChartHatchStyle
"/> value used for the background of an annotation.
1306
DefaultValue(
ChartHatchStyle
.None),
1311
override public
ChartHatchStyle
BackHatchStyle
Common\Annotation\RectangleAnnotation.cs (3)
216
/// A <see cref="
ChartHatchStyle
"/> value used for the background of an annotation.
224
DefaultValue(
ChartHatchStyle
.None),
229
override public
ChartHatchStyle
BackHatchStyle
Common\Annotation\TextAnnotation.cs (2)
282
DefaultValue(
ChartHatchStyle
.None),
286
override public
ChartHatchStyle
BackHatchStyle
Common\Borders3D\Borders3D.cs (5)
175
private
ChartHatchStyle
_backHatchStyle =
ChartHatchStyle
.None;
322
DefaultValue(
ChartHatchStyle
.None),
329
public
ChartHatchStyle
BackHatchStyle
757
ChartHatchStyle
backHatchStyle,
Common\Borders3D\EmbossBorder.cs (1)
161
ChartHatchStyle
backHatchStyle,
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 (7)
3122
SetAttributeObject(CommonCustomProperties.BackHatchStyle,
ChartHatchStyle
.None);
4033
public
ChartHatchStyle
BackHatchStyle
4041
return (
ChartHatchStyle
)GetAttributeObject(CommonCustomProperties.BackHatchStyle);
4047
return
ChartHatchStyle
.None;
4051
return (
ChartHatchStyle
)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.BackHatchStyle);
6003
return series.backHatchStyle !=
ChartHatchStyle
.None;
6486
series.backHatchStyle =
ChartHatchStyle
.None;
Common\DataManager\DataSeries.cs (2)
355
internal
ChartHatchStyle
backHatchStyle =
ChartHatchStyle
.None;
Common\General\AxisScaleSegments.cs (1)
523
if( chart.BackHatchStyle !=
ChartHatchStyle
.None )
Common\General\Chart.cs (5)
1468
private
ChartHatchStyle
_backHatchStyle =
ChartHatchStyle
.None;
1887
ChartHatchStyle
.None,
2658
DefaultValue(
ChartHatchStyle
.None),
2665
public
ChartHatchStyle
BackHatchStyle
Common\General\ChartArea.cs (5)
179
private
ChartHatchStyle
_backHatchStyle =
ChartHatchStyle
.None;
745
DefaultValue(
ChartHatchStyle
.None),
754
public
ChartHatchStyle
BackHatchStyle
2050
ChartHatchStyle
.None,
Common\General\ChartGraphics.cs (24)
354
ChartHatchStyle
hatchStyle,
2858
ChartHatchStyle
.None,
2885
ChartHatchStyle
.None,
2984
ChartHatchStyle
.None,
3012
ChartHatchStyle
.None,
3192
ChartHatchStyle
backHatchStyle,
3251
ChartHatchStyle
backHatchStyle,
3311
ChartHatchStyle
backHatchStyle,
3377
ChartHatchStyle
backHatchStyle,
3494
else if( backHatchStyle !=
ChartHatchStyle
.None )
4122
ChartHatchStyle
backHatchStyle,
4178
if( backHatchStyle !=
ChartHatchStyle
.None )
4304
if( backHatchStyle !=
ChartHatchStyle
.None )
4334
ChartHatchStyle
backHatchStyle,
4361
ChartHatchStyle
.None,
4378
ChartHatchStyle
.None,
4430
ChartHatchStyle
backHatchStyle,
4482
if( backHatchStyle !=
ChartHatchStyle
.None )
4608
ChartHatchStyle
backHatchStyle,
4622
else if( backHatchStyle !=
ChartHatchStyle
.None )
4859
ChartHatchStyle
backHatchStyle,
4896
ChartHatchStyle
backHatchStyle,
4986
ChartHatchStyle
backHatchStyle,
5018
if( backHatchStyle !=
ChartHatchStyle
.None )
Common\General\Legend.cs (17)
247
private
ChartHatchStyle
_backHatchStyle =
ChartHatchStyle
.None;
3399
/// A <see cref="
ChartHatchStyle
"/> value used for the background.
3408
DefaultValue(
ChartHatchStyle
.None),
3416
public
ChartHatchStyle
BackHatchStyle
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),
5441
public
ChartHatchStyle
BackHatchStyle
Common\General\LegendColumns.cs (1)
1931
ChartHatchStyle
.None,
Common\General\StripLine.cs (5)
142
private
ChartHatchStyle
_backHatchStyle =
ChartHatchStyle
.None;
1291
/// A <see cref="
ChartHatchStyle
"/> value used for the background.
1299
DefaultValue(
ChartHatchStyle
.None),
1306
public
ChartHatchStyle
BackHatchStyle
Common\General\Title.cs (6)
213
private
ChartHatchStyle
_backHatchStyle =
ChartHatchStyle
.None;
916
/// A <see cref="
ChartHatchStyle
"/> value used for the background.
924
DefaultValue(
ChartHatchStyle
.None),
932
public
ChartHatchStyle
BackHatchStyle
1538
ChartHatchStyle
.None,