|
| IChartCollection * | GetProperty_Parent () |
| IPainter * | GetProperty_Painter () |
| TChartView | GetProperty_View () |
| std::wstring | GetProperty_Name () |
| void | SetProperty_Name (std::wstring Value) |
| std::wstring | GetProperty_Title () |
| void | SetProperty_Title (std::wstring Value) |
| bool | GetProperty_ComplexY () |
| void | SetProperty_ComplexY (bool Value) |
| int | GetProperty_PlotCount () |
| IPlot * | GetProperty_Plot (int Index) |
| int | GetProperty_PlotIndexByPlot (IPlot *Plot) |
| int | GetProperty_CursorCount () |
| IMeasurementCursor * | GetProperty_CursorInterface (int Index) |
| void | SetProperty_CursorInterface (int Index, IMeasurementCursor *ACursor) |
| IPlot * | GetProperty_ActivePlot () |
| void | SetProperty_ActivePlot (IPlot *Value) |
| int | GetProperty_ActivePlotIndex () |
| IDocumentOptions * | GetProperty_DocumentOptions () |
| IChartOptions * | GetProperty_ChartOptions () |
| IChartTitle * | GetProperty_ChartTitle () |
| TSimViewChartType | GetProperty_ChartType () |
| void | SetProperty_ChartType (TSimViewChartType Value) |
| int | GetProperty_VisiblePlots () |
| void | SetProperty_VisiblePlots (int Value) |
| int | GetProperty_SourceWaveCount () |
| ISourceWave * | GetProperty_SourceWave (int Index) |
| int | GetProperty_SourceWaveIndexByName (std::wstring Name) |
| ISourceWave * | GetProperty_SourceWaveByName (std::wstring Name) |
| int | GetProperty_TopIndex () |
| void | SetProperty_TopIndex (int Value) |
| IPlot * | GetProperty_TopPlot () |
| IPlottedWave * | GetProperty_ActiveWave () |
| void | SetProperty_ActiveWave (IPlottedWave *Value) |
| int | GetProperty_PlottedWaveCount () |
| bool | GetProperty_IsYComplex () |
| std::wstring | GetProperty_XAxisLabel () |
| void | SetProperty_XAxisLabel (std::wstring Value) |
| std::wstring | GetProperty_XUnits () |
| void | SetProperty_XUnits (std::wstring Value) |
| double | GetProperty_XMin () |
| void | SetProperty_XMin (double Value) |
| double | GetProperty_XMax () |
| void | SetProperty_XMax (double Value) |
| double | GetProperty_XDivSize () |
| void | SetProperty_XDivSize (double Value) |
| bool | GetProperty_AutoXMin () |
| void | SetProperty_AutoXMin (bool Value) |
| bool | GetProperty_AutoXMax () |
| void | SetProperty_AutoXMax (bool Value) |
| bool | GetProperty_AutoXDiv () |
| void | SetProperty_AutoXDiv (bool Value) |
| TScaleMode | GetProperty_XScaleMode () |
| void | SetProperty_XScaleMode (TScaleMode Value) |
| int | GetProperty_LogScaleBase () |
| void | SetProperty_LogScaleBase (int Value) |
| TDataType | GetProperty_XDataType () |
| void | SetProperty_XDataType (TDataType Value) |
| TScaleMode | GetProperty_YScaleMode () |
| void | SetProperty_YScaleMode (TScaleMode Value) |
| bool | GetProperty_DisplayMeasurements () |
| void | SetProperty_DisplayMeasurements (bool Value) |
| TDeltaType | GetProperty_DeltaItem () |
| void | SetProperty_DeltaItem (TDeltaType Value) |
| int | GetProperty_XDivisions () |
| void | SetProperty_XDivisions (int Value) |
| double | GetProperty_XOffset () |
| void | SetProperty_XOffset (double Value) |
| bool | GetProperty_FourierFlag () |
| void | SetProperty_FourierFlag (bool Value) |
| bool | GetProperty_SimRunning () |
| void | SetProperty_SimRunning (bool Value) |
| bool | GetProperty_RestoredFlag () |
| void | SetProperty_RestoredFlag (bool Value) |
| bool | GetProperty_UseInitialXMinMax () |
| void | SetProperty_UseInitialXMinMax (bool Value) |
| bool | GetProperty_InitializeXNeeded () |
| void | SetProperty_InitializeXNeeded (bool Value) |
| double | GetProperty_CurrentXVal () |
| void | SetProperty_CurrentXVal (double Value) |
| bool | GetProperty_UpdateFilteredStatus () |
| void | SetProperty_UpdateFilteredStatus (bool Value) |
| bool | GetProperty_IsPrinting () |
| void | SetProperty_IsPrinting (bool Value) |
| bool | GetProperty_IsMetafile () |
| void | SetProperty_IsMetafile (bool Value) |
| int | GetProperty_ActiveCursorIndex () |
| void | SetProperty_ActiveCursorIndex (int Value) |
| bool | GetProperty_AutoMargins () |
| void | SetProperty_AutoMargins (bool Value) |
| int | GetProperty_LeftMargin () |
| void | SetProperty_LeftMargin (int Value) |
| int | GetProperty_RightMargin () |
| void | SetProperty_RightMargin (int Value) |
| int | GetProperty_GridWidth () |
| int | GetProperty_GridDivWidth () |
| void | SetProperty_GridDivWidth (int Value) |
| int | GetProperty_GridLeft () |
| void | SetProperty_GridLeft (int Value) |
| int | GetProperty_GridRight () |
| void | SetProperty_GridRight (int Value) |
| bool | GetProperty_IsXAxisInDefaultState () |
| TDataType | GetProperty_PrimaryYDataType () |
| void | SetProperty_PrimaryYDataType (TDataType Value) |
| int | GetProperty_PlotsPerPrintedPage () |
| void | SetProperty_PlotsPerPrintedPage (int Value) |
| bool | GetProperty_AcRms () |
| void | SetProperty_AcRms (bool Value) |
| bool | GetProperty_Average () |
| void | SetProperty_Average (bool Value) |
| bool | GetProperty_BminusA () |
| void | SetProperty_BminusA (bool Value) |
| bool | GetProperty_Frequency () |
| void | SetProperty_Frequency (bool Value) |
| bool | GetProperty_Maximum () |
| void | SetProperty_Maximum (bool Value) |
| bool | GetProperty_Minimum () |
| void | SetProperty_Minimum (bool Value) |
| bool | GetProperty_RMS () |
| void | SetProperty_RMS (bool Value) |
| bool | GetProperty_XY () |
| void | SetProperty_XY (bool Value) |
| bool | GetProperty_CursorAWaveOnPlot (IPlot *Plot) |
| bool | GetProperty_CursorBWaveOnPlot (IPlot *Plot) |
| void | ClearActivePrimitive () |
| void | DeleteActivePrimitive () |
| void | DeleteActiveWave () |
| void | DeleteActivePlot () |
| int | AddPlot (IPlot *APlot) |
| void | InsertPlot (int APlotIndex, IPlot *APlot) |
| void | RemovePlot (IPlot *APlot) |
| bool | MovePlot (int AFromIndex, int AToIndex) |
| void | ClearPlots () |
| void | ClearPlot (IPlot **APlot, bool RemovePlot) |
| IPlot * | AppendNewPlot (IPlottedWave *AWave, int APlotWidth) |
| IPlot * | InsertNewPlot (IPlot *AReferencePlot) |
| void | UpdateAllPlots () |
| void | UpdateAllPlots_1 (int APointIndex) |
| void | SizeAllPlots () |
| void | FitWaveforms () |
| IPlot * | ShowWave (IPlottedWave *AWave, bool AForceNewPlotFlag, bool ANewAxisFlag, bool AKeepColorFlag) |
| void | DeleteWave (IPlottedWave **AWave) |
| void | HideWave (IPlottedWave *AWave) |
| bool | EditWave (bool *ANewAxisFlag, IPlottedWave *AWave) |
| int | GetPlotIndexByWave (IPlottedWave *AWave) |
| int | GetPlotIndexByAxis (IPlotAxis *AAxis) |
| IPlot * | GetPlotByAxis (IPlotAxis *AAxis) |
| IPlot * | GetPlotByWave (IPlottedWave *AWave) |
| bool | MoveWave (IPlottedWave *AWave, IPlot *AToPlot, IPlotAxis *AToAxis, int AToIndex) |
| void | AddWaveToTargetPlot (IPlottedWave *AMovedWave, IPlot *ATargetPlot, bool ANewAxisFlag, bool ARescaleFlag) |
| IPlottedWave * | AddAWave (bool *ANewAxisFlag) |
| bool | DefineNewWaveform (bool ANewPlotFlag) |
| void | UpdateFilteredStatusOfWaves () |
| void | ChangeColors () |
| int | GetIdByWave (IPlottedWave *AWave) |
| IPlottedWave * | GetWaveById (int AnId) |
| void | DrawCursors () |
| int | IndexOfCursor (IMeasurementCursor *ACursor) |
| bool | PlotHasCursor (IPlot *APlot) |
| bool | HasNegativeXValues () |
| void | DetermineDefaultXValues (double *AnXMin, double *AnXMax, double *AnXOffset, double *AnXDivSize, int *AnXDivisionCount, TScaleMode AnXScaleMode, int ALogScaleBase) |
| void | RescaleToXLimits () |
| void | SetWaveFilteredStatusUpdateRequired () |
| int | GetState_XScaleFieldWidth () |
| int | GetState_YScaleFieldWidth () |
| int | GetState_WaveLabelFieldWidth () |
| int | GetMaxXAxisPrecision () |
| int | AddSourceWave (ISourceWave *AWave) |
| void | DeleteSourceWave (int Index) |
| void | DeleteSourceWave_1 (ISourceWave *AWave) |
| ISourceWave * | AddNewSourceWave (std::wstring AWaveName, bool AnXComplexFlag, bool AYComplexFlag, std::wstring AYUnitStr) |
| ISourceWaveList * | GetCompatibleWavesList (IWaveList *AWaveList) |
| int | Table_WaveCount () |
| IPlottedWave * | Table_Waves (int Index) |
| IPlottedWave * | Table_WaveInterfaces (int Index) |
| void | Table_AddWave (IPlottedWave *AWave) |
| void | Table_RemoveWave (int Index) |
| bool | Table_MoveWave (int AFromIndex, int AToIndex) |
| int | Table_IndexOfWave (IPlottedWave *AWave) |
| void | Table_ClearWaves () |
| void | InitializeWaveColors () |
| bool | NeedAxisRedraw (bool AnIncreasingFlag) |
| int | GetMaxYAxisPrecision (IPlot *APlot) |
| void | SetState_XMinMax () |
| void | SetState_InitialGridX () |
| void | SetXScale (double AnXMin, double AnXMax, int AnXDivisions, TScaleMode AnXScaleMode, int ALogBase) |
| int | GetXPosition (double xPlot, int Width, double xRange) |
| void | SetPrintValues (int AHeight, int AWidth, int AXOffset, int AYOffset) |
| int | GetStandardTopMargin () |
| int | GetCellularTopMargin () |
| int | GetTableTopMargin () |
| int | GetMaxAxisCount () |
| DXP::C_Rect | GetClipRect (int ALeft, int ATop, int ARight, int ABottom, IPainter *APainter) |
| IChart * | Replicate () |
| void | SV_UpdateChart () |
| void | SV_FormatXAxis (std::wstring AXLabel, std::wstring AXUnitString, TSimViewGridType AGridType, double AMinX, double AMaxX) |
| void | SV_FormatYAxis (std::wstring AFindPlotWaveName, std::wstring AYLabel) |
| int | SV_NewWaveform (std::wstring AWaveName, std::wstring AFindPlotWaveName, bool AHiddenFlag, bool AnXComplexFlag, bool AYComplexFlag, std::wstring AYUnitStr) |
| int | SV_NewPoleZeroRoot (std::wstring AWaveName, std::wstring AFindPlotName, double AReal, double AImag, TSimViewPZType APZType, std::wstring AUnitStr) |
| void | SV_NewDataPoint (int AWaveIndex, double ARealX, double AImagX, double ARealY, double AImagY) |
| IPlot * | SV_GetPlotByWaveName (std::wstring AWaveName) |
| int | SV_ShowWaveOnPlot (std::wstring AWaveName, int APlotIndex) |
| void | SV_SetFourierFlag (bool AFourierFlag) |
| IPlottedWave * | AddEquationWave (std::wstring Equation, std::wstring WaveName, TDataType DataType, bool AForceNewPlotFlag, bool ANewAxisFlag) |
| void | UpdateEquationWave (IPlottedWave *EquationWave, std::wstring NewEquation, std::wstring NewWaveName, TDataType NewDataType) |
| TViewablePrimitiveId | GetProperty_ViewablePrimitiveId () |
| void | SetProperty_BoundingRect (DXP::C_Rect Value) |
| DXP::C_Rect | GetProperty_BoundingRect () |