MapDataPlotStrokeDashArray Property |
|
DataPA OpenAnalytics API Reference
Gets and sets an array of integers that defines the stroke dash pattern.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int[] StrokeDashArray { get; set; }
Public Property StrokeDashArray As Integer()
Get
Set
public:
virtual property array<int>^ StrokeDashArray {
array<int>^ get () sealed;
void set (array<int>^ value) sealed;
}
function get_StrokeDashArray();
function set_StrokeDashArray(value);
Return Value
Type:
Int32An array of integers that defines the stroke dash pattern.
Implements
MapDataPlot_MapDataPlotStrokeDashArrayRemarks 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