FixedCrossTableDataSeries class

From Catglobe Wiki
Revision as of 17:04, 6 December 2015 by Hovietluu (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=FixedCrossTableDataSeries |Description=A data series used in FixedCrossTable |Constructors= {{CGscriptConstructors_Template|Description=Construc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

FixedCrossTableDataSeries



A data series used in FixedCrossTable

Constructors

  • () - Construct new data series.

Methods

Properties

  • FixedCrossTableDataItem AbsoluteTotal { get; set; } - Get/Set the total absolute value.
  • number Count { get; } - Number of elements.
  • string ObjectTypeName { get; } - The name of the type of object.
  • FixedCrossTableDataItem PercentageTotal { get; set; } - Get/Set the total percentage value.
  • TypeInformation TypeInformation { get; } - Get information about this class.