Click or drag to resize

Plot Class

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.
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.DataPlot

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Data
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.31.10+d671d89394079ff2411e503098d3578f08c2de86
Syntax
C#
public class Plot

The Plot type exposes the following members.

Constructors
 NameDescription
Public methodPlotInitializes a new instance of the Plot class
Top
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