Click or drag to resize
MapDataPlotStrokeDashArray Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets an array of integers that defines the stroke dash pattern.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public int[] StrokeDashArray { get; set; }

Return Value

Type: Int32
An array of integers that defines the stroke dash pattern.

Implements

MapDataPlot_MapDataPlotStrokeDashArray
Remarks
Leave as an empty array for a solid line. To define a dashed line, the array should contain a set of values that specify the lengths of alternating dashes and gaps. If an odd number of values is provided, then the list of values is repeated to yield an even number of values.
See Also