Chart class for Daytona SDK.
Constructors
Section titled “Constructors”new Chart()
Section titled “new Chart()”def initialize(type:, title:, png:, elements:)Returns:
Chart- a new instance of Chart
Methods
Section titled “Methods”type=()
Section titled “type=()”def type=(value)Sets the attribute type
Parameters:
valueObject - the value to set the attribute type to.
Returns:
Object- the newly set value
type()
Section titled “type()”def type()Returns the value of attribute type
Returns:
Object- the current value of type
title=()
Section titled “title=()”def title=(value)Sets the attribute title
Parameters:
valueObject - the value to set the attribute title to.
Returns:
Object- the newly set value
title()
Section titled “title()”def title()Returns the value of attribute title
Returns:
Object- the current value of title
png=()
Section titled “png=()”def png=(value)Sets the attribute png
Parameters:
valueObject - the value to set the attribute png to.
Returns:
Object- the newly set value
def png()Returns the value of attribute png
Returns:
Object- the current value of png
elements=()
Section titled “elements=()”def elements=(value)Sets the attribute elements
Parameters:
valueObject - the value to set the attribute elements to.
Returns:
Object- the newly set value
elements()
Section titled “elements()”def elements()Returns the value of attribute elements
Returns:
Object- the current value of elements