Mobile API Reference
MicroStrategy 2019
|
#include "Dataset.h"
#include "PrivateSource/FormatManager.h"
#include "CoreGraphics/CoreGraphics.h"
#include "PrivateSource/ImageMap.h"
#include "Common.h"
#include "PrivateSource/Point2D.h"
Go to the source code of this file.
Classes | |
struct | MsiChart::RefreshPack |
struct | MsiChart::Tooltip |
struct | MsiChart::SelectedInfo |
class | MsiChart::Chart |
Namespaces | |
MsiChart | |
Typedefs | |
typedef std::vector< std::pair< std::string, std::string > > | MsiChart::GraphTooltipDataProvider |
typedef std::pair< int, std::pair< double, double > > | MsiChart::GraphMatrixMinMaxInfo |
typedef MBase::StrongPtr< Chart, MBase::DeleteOperatorGeneric< Chart > > | MsiChart::ChartPtr |
Enumerations | |
enum | MsiChart::GenericInputType { MsiChart::PLAIN_LABEL_SEPERATION_FORMAT = 0, MsiChart::PLAIN_FULL_FORMAT = 1, MsiChart::HIERACHICAL_FORAMT = 2 } |
enum | MsiChart::EnumGraphTooltipStyle { MsiChart::GTS_DEFAULT = 0, MsiChart::GTS_GRADIENT } |
Functions | |
CHARTENGINE_API Chart * | MsiChart::CreateChart (Dataset::Ptr iDatasetPtr, const char *ipGDFFileName=NULL) |
CHARTENGINE_API Chart * | MsiChart::CreateChartFromRawDataAndGDF (const char *ipDataFileName, const char *ipGDFFileName, GenericInputType iType=PLAIN_LABEL_SEPERATION_FORMAT) |
CHARTENGINE_API Chart * | MsiChart::CreateChartFromFormatManager (Dataset::Ptr iDatasetPtr, FormatManager::Ptr iFormatManagerPtr, const char *ipGDFFileName=NULL, bool iForceGraph=false) |