Difference between revisions of "AxisOption class"

From Catglobe Wiki
Jump to: navigation, search
(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 10: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.