![]() | InDesign SDK 20.5 |
#include <ICdlChartFacade.h>

Public Types | |
| enum | { kDefaultIID = IID_ICDLCHARTFACADE } |
Public Member Functions | |
| virtual ErrorCode | CreateCandleChart (const UIDRef &layerRef, const IDFile &csvFile, const PMPoint &startPoint, const PMPoint &endPoint) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Facade that wraps the commands needed to manage this plug-in's attributes.
The implementation techniques shown in this class allow client suites to be called. See the CandleChartUI plug-in.
| anonymous enum |
Default interface identifier for UseDefaultIID
| pure virtual |
CreateCandleChart
| layerRef | IN layer on which to create the candle chart. |
| csvFile | IN csv file containing the data used to create the candle chart. |
| startPoint | IN start point in pasteboard coordinates. |
| endPoint | IN end point in pasteboard coordinates. |
Implemented in CdlChartFacade.