nfTlWNl rn Ѻq$³*L ZR]_-H#GP~ wz9SͰQwG쳻M&aANE64Lh*D G4: Պ xtG:u9[ eٍN0c>G׾ﻛ!j++ɿWkb^?޵;\I;~K.W>1J1s@bUR^.rmq[:  G4SQ@6'B]5 7gN}[:  GIŖU櫾rnpFUsa-5<{Bu*hLڏ? m9計 `g||UVnƠF?kw.RAMPAsDm;< FdF%|,u0+Yƈ,e°gF0+ f6v;XVI>?k౷y$]0vs߆θAsDm;< FdF%|,u0+Yƈ/k+"֠ IFKPМoUJsgAi3TUb:0A`sJȈ†u򝢃&("&~z@V|>r5~4/p; w#1mLDa{](u/LTJ:dG)aFfpHe:QRMџS-Q -,ޗn#hC5ɐch^hu;<%"áxrHg_kee,Iʵ28 lHꥻ{=/+@ 0JHaזl.B\ ؇t麽?fϜ|ŽlF~997<$1whY0-ֺs‰Lhq)r2~ ch4).ʶ M OqE+g+ 0L:/0"q"dbu̙h+`;3C[,F%8Ȥ(BJzU =J mN3#ù.fx 7 ~ [_ }ۥ1"6oM YYscjgb7 gJDdTa܅IG!]z#n~͸wl**a/-K}E=$Yoxm@Vo=9^mڢCe9 =hH]*GLĈFWHi:S"ӥӬ ĢQ$3|qjD cA=O47pl<\у _^ۙFɈ2Bjޮ#`.6Hy{ѐ$ajN T4~od#Czq&4`hn.H4#8XH籣6-M~f3t9,5o 1*gl,=Y#*ߩkb焃Ul^}Hgu̜Y[C0ڼFRぉ;"/xNs{6QIDկ g#I#Ҡ 2 ܓ(1m~B3S k^dT45ć;]3t HuơAd΋l JYr  x|+X.57@z沼l.ky`h>Zkl>^B/9i} %IZ`99+"Đ>-#gƿ %Vkߜh0䓄/nA=N!GC^[ tHk3E!\96\+;K~´iiz 4 [e.1ۂ̔>홤j^E{]wص]3ǝ6ߵj~ \ !c|כ 6Wj^F)\|ĞMܠ^S8Kq ^,\8`1%@m긴~"`BOD![U}twt3 t7ieD.2{Y/"D?QoO6OЖBnfa^^g 0ZF{/uW~ YX}bJ5[k' ^ vEtA LkpGFu$[-| Br~g[Pu<'G@nhkR lXۆ *B#G]R _$[?q:{14s֦QdК.OhqG ==N?N@`dhre8^^66G~ '|R~ep+3@:V$;܆0.qcmjJ(mYvn4z8]0M#r̩}kT#L؀NLWd[VqZl̆Fh$Z=_lQ+L ~ \ !c|כ `nO`0@w-Ѯ<p9pKy;xW d Xe kclڹj&`W hx,U't顓B+ߟ g }؍6t/Лt<%zppu0q5Aݬ4aN#+՞+ Gӥz|LJGhi@~ ko;I*ͨ]x-%Gcv/whBe7x0U't顓B+ߟ g }؍~W{Zf|np(.X9OJk1 And1e❿ xWͨ2r{d vP8In_^ cS;bw "<[EN5<_ nk"r87k^NAcVzWAK0R8o>8Kq \wЋl]ZOWdN (X^ž?50Fm@b|,ژa[8v/ `9Fs58Z:/8仏7AYs`]T&sz'+, hnfa^^g 0ZF{/uW~ YX}bJ5ԦAGGB2ͶatValueObject */ public function getMaximumConditionalFormatValueObject() { return $this->maximumConditionalFormatValueObject; } public function setMaximumConditionalFormatValueObject(ConditionalFormatValueObject $maximumConditionalFormatValueObject): self { $this->maximumConditionalFormatValueObject = $maximumConditionalFormatValueObject; return $this; } /** * @return ConditionalFormatValueObject */ public function getMinimumConditionalFormatValueObject() { return $this->minimumConditionalFormatValueObject; } public function setMinimumConditionalFormatValueObject(ConditionalFormatValueObject $minimumConditionalFormatValueObject): self { $this->minimumConditionalFormatValueObject = $minimumConditionalFormatValueObject; return $this; } /** * @return string */ public function getBorderColor() { return $this->borderColor; } public function setBorderColor(string $borderColor): self { $this->borderColor = $borderColor; return $this; } /** * @return string */ public function getNegativeFillColor() { return $this->negativeFillColor; } public function setNegativeFillColor(string $negativeFillColor): self { $this->negativeFillColor = $negativeFillColor; return $this; } /** * @return string */ public function getNegativeBorderColor() { return $this->negativeBorderColor; } public function setNegativeBorderColor(string $negativeBorderColor): self { $this->negativeBorderColor = $negativeBorderColor; return $this; } public function getAxisColor(): array { return $this->axisColor; } /** * @param mixed $rgb * @param null|mixed $theme * @param null|mixed $tint */ public function setAxisColor($rgb, $theme = null, $tint = null): self { $this->axisColor = [ 'rgb' => $rgb, 'theme' => $theme, 'tint' => $tint, ]; return $this; } }