Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.07 KB

SeriesAxisRange.md

File metadata and controls

82 lines (45 loc) · 2.07 KB

SeriesAxisRange

Properties

Name Type Description Notes
X Pointer to AxisRange [optional]
Y Pointer to AxisRange [optional]

Methods

NewSeriesAxisRange

func NewSeriesAxisRange() *SeriesAxisRange

NewSeriesAxisRange instantiates a new SeriesAxisRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewSeriesAxisRangeWithDefaults

func NewSeriesAxisRangeWithDefaults() *SeriesAxisRange

NewSeriesAxisRangeWithDefaults instantiates a new SeriesAxisRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetX

func (o *SeriesAxisRange) GetX() AxisRange

GetX returns the X field if non-nil, zero value otherwise.

GetXOk

func (o *SeriesAxisRange) GetXOk() (*AxisRange, bool)

GetXOk returns a tuple with the X field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetX

func (o *SeriesAxisRange) SetX(v AxisRange)

SetX sets X field to given value.

HasX

func (o *SeriesAxisRange) HasX() bool

HasX returns a boolean if a field has been set.

GetY

func (o *SeriesAxisRange) GetY() AxisRange

GetY returns the Y field if non-nil, zero value otherwise.

GetYOk

func (o *SeriesAxisRange) GetYOk() (*AxisRange, bool)

GetYOk returns a tuple with the Y field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetY

func (o *SeriesAxisRange) SetY(v AxisRange)

SetY sets Y field to given value.

HasY

func (o *SeriesAxisRange) HasY() bool

HasY returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]