Click or drag to resize

Plot Properties

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.

The Plot type exposes the following members.

Properties
 NameDescription
Public propertyColor Defines the color of the marker
Public propertyImage Defines the media file used for plotting
Public propertyScale Defines the scale (zoom-level) of what was shown when setting the marker.
Public propertyShape Defines the shape of the marker
Public propertyX Defines the X-position of the marker - scale 0-100, left to right.
Public propertyY Defines the Y-position of the marker - scale 0-100, top to bottom.
Top
See Also