MapDataPlotStrokeWeight Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the width in pixels of the stroke used to draw features on the map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public double StrokeWeight { get; set; }
Public Property StrokeWeight As Double
Get
Set
public:
virtual property double StrokeWeight {
double get () sealed;
void set (double value) sealed;
}
function get_StrokeWeight();
function set_StrokeWeight(value);
Return Value
Type:
DoubleThe width in pixels of the stroke used to draw features on the map
Implements
MapDataPlot_MapDataPlotStrokeWeightSee Also