Returns or sets the style used to draw certain chart elements
Syntax
object.Style [=style]
The Style property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
style | For the Brush object, a VtBrushStyle constant describing the brush pattern. For the Fill object, a VtFillStyle constant that describes the style of fill. A fill can have a brush, which is a solid color or patterned fill. For the Frame object, a VtFrameStyle constant that describes the type of frame. For the Marker object, a VtMarkerStyle constant that lists the marker type. For the Pen object, a VtPenStyle constant that describes the style of pen. For the Shadow object, a VtShadowStyle constant used to describe the shadow type. For the Tick object, a VtChAxisTickStyle constant used to describe the axis tick position. For the VtFont object, a VtFontStyle constant describing the style of font. For the Weighting object, a VtChPieWeightStyle constant that identifies the weighting factor method. |