AxisOption class
Revision as of 09: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...")
AxisOption
Represents an axis option in an axis.
Constructors
- (DataCacheSpecification dataCache "Validate against this data cache", string name "Initial name", string expression "Initial expression") - Create new axis option
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.