Description
Choose a marker to represent each point in the grid.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MarkerStyle() As String
|
[C#] |
---|
public string MarkerStyle {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_MarkerStyle(); public: __property void set_MarkerStyle(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_MarkerStyle(
BSTR * pVal
);
public: HRESULT put_MarkerStyle(
BSTR inVal
);
|
[Java] |
---|
public String getMarkerStyle();
public void setMarkerStyle(
String
);
|
See Also