ArcObjects Library Reference (Carto)  

ISeriesProperties.Marks Property

Indicates if series shows marks.

[Visual Basic .NET]
Public Property Marks As Boolean
[C#]
public bool Marks {get; set;}
[C++]
HRESULT get_Marks(
  VARIANT_BOOL* b
);
[C++]
HRESULT put_Marks(
  VARIANT_BOOL b
);
[C++]

Parameters

b [out, retval]   b is a parameter of type VARIANT_BOOL b [in]   b is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISeriesProperties Interface