SimpleMarker.StrokeDashPattern

SimpleMarker.StrokeDashPattern property

Specifies an array of distances that specifies the lengths of alternating dashes and spaces in dashed lines.

public IEnumerable<Measurement> StrokeDashPattern { get; set; }

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionAny value in array is less or equal to zero.
ArgumentNullExceptionArgument is null.

See Also