MapDataPlotStrokeColor Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the stroke colour used to draw features on the map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Color StrokeColor { get; set; }
Public Property StrokeColor As Color
Get
Set
public:
virtual property Color StrokeColor {
Color get () sealed;
void set (Color value) sealed;
}
function get_StrokeColor();
function set_StrokeColor(value);
Return Value
Type:
ColorThe stroke colour used to draw features on the map
Implements
MapDataPlot_MapDataPlotStrokeColorSee Also