AxisOption class

From Catglobe Wiki
Revision as of 10: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)
Jump to: navigation, search

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.