Link

toolkit / com.sas.android.visualanalytics.sdk.report / ReportObject / Visual

Visual

class Visual : ReportObject

Describes a visual within a SAS Visual Analytics report.

Since 27.0.0

Inherited Properties

title val title: String?
The title of the report object as specified in the SAS Visual Analytics report
view val view: View?
The view associated with the report object.

Functions

renderAsBitmap suspend fun renderAsBitmap(width: Int, height: Int): Bitmap?
Renders the visual to a bitmap of the provided width and height.