-
public class ChartCredits extends Base
Define class Credits.Note: Use credits method to create instance of this class.Note: You can't customize credits without a license key. See AnyChart Licensing to learn more.
-
-
Constructor Summary
Constructors Constructor Description ChartCredits(String jsChart)
-
Method Summary
Modifier and Type Method Description static ChartCreditsinstantiate()StringgetJsBase()voidalt()Getter for credits alt. ChartCreditsalt(String text)Setter for credits alt. voidenabled()Getter for the credits state. ChartCreditsenabled(Boolean enabled)Setter for the credits state. voidimgAlt()Getter for the image alternative text. ChartCreditsimgAlt(String text)Setter for the image alternative text. voidlogoSrc()Getter for credits logo source value. ChartCreditslogoSrc(String logoSrc)Setter for credits logo source value. voidremoveAllListeners(String type)Removes all listeners from an object. voidtext()Getter for credits text value. ChartCreditstext(String text)Setter for credits text value. voidsetOnClickListener(ListenersInterface.OnClickListener listener)voidsetOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)voidunlistenByKey(String key)Removes an event listener which was added with listen() by the key returned by listen() or listenOnce(). voidurl()Getter for the credits URL. ChartCreditsurl(String url)Setter for the credits URL. -
-
Constructor Detail
-
ChartCredits
ChartCredits(String jsChart)
-
-
Method Detail
-
instantiate
static ChartCredits instantiate()
-
alt
void alt()
Getter for credits alt.
-
alt
ChartCredits alt(String text)
Setter for credits alt.
-
enabled
void enabled()
Getter for the credits state.
-
enabled
ChartCredits enabled(Boolean enabled)
Setter for the credits state.
-
imgAlt
void imgAlt()
Getter for the image alternative text.
-
imgAlt
ChartCredits imgAlt(String text)
Setter for the image alternative text.
-
logoSrc
void logoSrc()
Getter for credits logo source value.
-
logoSrc
ChartCredits logoSrc(String logoSrc)
Setter for credits logo source value.Note: You can't customize credits without a license key. See AnyChart Licensing to learn more.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
text
void text()
Getter for credits text value.
-
text
ChartCredits text(String text)
Setter for credits text value.
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener)
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)
-
unlistenByKey
void unlistenByKey(String key)
Removes an event listener which was added with listen() by the key returned by listen() or listenOnce().
-
url
void url()
Getter for the credits URL.
-
url
ChartCredits url(String url)
Setter for the credits URL.
-
-
-
-