Stroke Property (IRenderableSeries)
Gets or sets the Stroke.
Syntax
Remarks
This is used by each series type in different ways. For instance:
- FastLineRenderableSeries and FastImpulseRenderableSeries uses the Stroke to draw the line series
- FastMountainRenderableSeries uses the Stroke to draw the line over the filled area
- FastBandRenderableSeries uses the Stroke to draw the first line of the pair
- FastColumnRenderableSeries uses this property to draw the outline of the columns
- FastCandlestickRenderableSeries, FastOhlcRenderableSeries and XyScatterRenderableSeries all ignore this property
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also