Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 08:01, 5 July 2018 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>AxisOption</nowiki> |Description=<nowiki>Represents an axis option in an axis.</nowiki> |Constructors= {{CGscriptConstructors_Template|P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

AxisOption



Represents an axis option in an axis.

Constructors

Methods

  • object this[] { get; }() - Backward-compatible indexer
  • Empty this[] { set; }() - Backward-compatible indexer
  • string ToString() - The string representation of the object.

Properties

  • string Expression { get; set; } - Get/set Expression (nominator)
  • string Name { get; set; } - Get/set Name (title)
  • string PctBase { get; set; } - Get/set Percentage base (denominator)
  • TypeInformation TypeInformation { get; } - Get information about this class.