Name | Type | Description | Notes |
---|---|---|---|
X | Pointer to AxisRange | [optional] | |
Y | Pointer to AxisRange | [optional] |
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
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
func (o *SeriesAxisRange) GetX() AxisRange
GetX returns the X field if non-nil, zero value otherwise.
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.
func (o *SeriesAxisRange) SetX(v AxisRange)
SetX sets X field to given value.
func (o *SeriesAxisRange) HasX() bool
HasX returns a boolean if a field has been set.
func (o *SeriesAxisRange) GetY() AxisRange
GetY returns the Y field if non-nil, zero value otherwise.
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.
func (o *SeriesAxisRange) SetY(v AxisRange)
SetY sets Y field to given value.
func (o *SeriesAxisRange) HasY() bool
HasY returns a boolean if a field has been set.