Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AxisOption class: Difference between revisions

From Catglobe Wiki
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..."
(No difference)

Revision as of 08:01, 5 July 2018

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.