Data Analytics API with Gemini v1beta API - Class ChartOptions (1.0.0-beta01)

public sealed class ChartOptions : IMessage<ChartOptions>, IEquatable<ChartOptions>, IDeepCloneable<ChartOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class ChartOptions.

Options for chart generation.

Inheritance

object > ChartOptions

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

ChartOptions()

public ChartOptions()

ChartOptions(ChartOptions)

public ChartOptions(ChartOptions other)
Parameter
Name Description
other ChartOptions

Properties

Image

public ChartOptions.Types.ImageOptions Image { get; set; }

Optional. When specified, the agent will render generated charts using the provided format. Defaults to no image.

Property Value
Type Description
ChartOptionsTypesImageOptions