Spread Silverlight Documentation
ChartFormatPatternFillStyle Enumeration


Indicates a preset type of pattern fill.
Syntax
'Declaration
 
Public Enum ChartFormatPatternFillStyle 
   Inherits System.Enum
'Usage
 
Dim instance As ChartFormatPatternFillStyle
public enum ChartFormatPatternFillStyle : System.Enum 
Members
MemberDescription
BackwardDiagonalA pattern of lines on a diagonal from upper right to lower left.
CrossSpecifies horizontal and vertical lines that cross.
DarkDownwardDiagonalSpecifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of GrapeCity.Excel.PatternFillPattern.ForwardDiagonal. This hatch pattern is not antialiased.
DarkHorizontalSpecifies horizontal lines that are spaced 50 percent closer together than GrapeCity.Excel.PatternFillPattern.Horizontal and are twice the width of GrapeCity.Excel.PatternFillPattern.Horizontal.
DarkUpwardDiagonalSpecifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than GrapeCity.Excel.PatternFillPattern.BackwardDiagonal, and are twice its width, but the lines are not antialiased.
DarkVerticalSpecifies vertical lines that are spaced 50 percent closer together than GrapeCity.Excel.PatternFillPattern.Vertical and are twice its width.
DashedDownwardDiagonalSpecifies dashed diagonal lines, that slant to the right from top points to bottom points.
DashedHorizontalSpecifies dashed horizontal lines.
DashedUpwardDiagonalSpecifies dashed diagonal lines, that slant to the left from top points to bottom points.
DashedVerticalSpecifies dashed vertical lines.
DiagonalBrickSpecifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points.
DiagonalCrossA pattern of crisscross diagonal lines.
DivotSpecifies a hatch that has the appearance of divots.
DottedDiamondSpecifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross.
DottedGridSpecifies horizontal and vertical lines, each of which is composed of dots, that cross.
ForwardDiagonalA pattern of lines on a diagonal from upper left to lower right.
HorizontalA pattern of horizontal lines.
HorizontalBrickSpecifies a hatch that has the appearance of horizontally layered bricks.
LargeCheckerBoardSpecifies a hatch that has the appearance of a checkerboard with squares that are twice the size of GrapeCity.Excel.PatternFillPattern.SmallCheckerBoard.
LargeConfettiSpecifies a hatch that has the appearance of confetti, and is composed of larger pieces than GrapeCity.Excel.PatternFillPattern.SmallConfetti.
LargeGridSpecifies the hatch style GrapeCity.Excel.PatternFillPattern.Cross.
LightDownwardDiagonalSpecifies diagonal lines that slant to the right from top points to bottom points and are spaced 50 percent closer together than GrapeCity.Excel.PatternFillPattern.ForwardDiagonal, but are not antialiased.
LightHorizontalSpecifies horizontal lines that are spaced 50 percent closer together than GrapeCity.Excel.PatternFillPattern.Horizontal.
LightUpwardDiagonalSpecifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than GrapeCity.Excel.PatternFillPattern.BackwardDiagonal, but they are not antialiased.
LightVerticalSpecifies vertical lines that are spaced 50 percent closer together than GrapeCity.Excel.PatternFillPattern.Vertical.
NarrowHorizontalSpecifies horizontal lines that are spaced 75 percent closer together than hatch style GrapeCity.Excel.PatternFillPattern.Horizontal (or 25 percent closer together than GrapeCity.Excel.PatternFillPattern.LightHorizontal).
NarrowVerticalSpecifies vertical lines that are spaced 75 percent closer together than hatch style GrapeCity.Excel.PatternFillPattern.Vertical (or 25 percent closer together than GrapeCity.Excel.PatternFillPattern.LightVertical).
OutlinedDiamondSpecifies forward diagonal and backward diagonal lines that cross but are not antialiased.
Percent05Specifies a 5-percent hatch. The ratio of foreground color to background color is 5:95.
Percent10Specifies a 10-percent hatch. The ratio of foreground color to background color is 10:90.
Percent20Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:80.
Percent25Specifies a 25-percent hatch. The ratio of foreground color to background color is 25:75.
Percent30Specifies a 30-percent hatch. The ratio of foreground color to background color is 30:70.
Percent40Specifies a 40-percent hatch. The ratio of foreground color to background color is 40:60.
Percent50Specifies a 50-percent hatch. The ratio of foreground color to background color is 50:50.
Percent60Specifies a 60-percent hatch. The ratio of foreground color to background color is 60:40.
Percent70Specifies a 70-percent hatch. The ratio of foreground color to background color is 70:30.
Percent75Specifies a 75-percent hatch. The ratio of foreground color to background color is 75:25.
Percent80Specifies a 80-percent hatch. The ratio of foreground color to background color is 80:100.
Percent90Specifies a 90-percent hatch. The ratio of foreground color to background color is 90:10.
PlaidSpecifies a hatch that has the appearance of a plaid material.
ShingleSpecifies a hatch that has the appearance of diagonally layered shingles that slant to the right from top points to bottom points.
SmallCheckerBoardSpecifies a hatch that has the appearance of a checkerboard.
SmallConfettiSpecifies a hatch that has the appearance of confetti.
SmallGridSpecifies horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style GrapeCity.Excel.PatternFillPattern.Cross.
SolidDiamondSpecifies a hatch that has the appearance of a checkerboard placed diagonally.
SphereSpecifies a hatch that has the appearance of spheres laid adjacent to one another.
TrellisSpecifies a hatch that has the appearance of a trellis.
VerticalA pattern of vertical lines.
WaveSpecifies horizontal lines that are composed of tildes.
WeaveSpecifies a hatch that has the appearance of a woven material.
WideDownwardDiagonalSpecifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style GrapeCity.Excel.PatternFillPattern.ForwardDiagonal, and are triple its width, but are not antialiased.
WideUpwardDiagonalSpecifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style GrapeCity.Excel.PatternFillPattern.BackwardDiagonal, and are triple its width, but are not antialiased.
ZigZagSpecifies horizontal lines that are composed of zigzags.
Remarks
It correspond to members of the HatchStyle enumeration in the .NET Framework.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.ChartFormatPatternFillStyle

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.