|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| 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) |
| 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_XDiv () |
| void | SetProperty_XDiv (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) |
| bool SCH::IChartOptions::GetProperty_AutoXDiv | ( | ) |
| bool SCH::IChartOptions::GetProperty_AutoXMax | ( | ) |
| bool SCH::IChartOptions::GetProperty_AutoXMin | ( | ) |
| bool SCH::IChartOptions::GetProperty_ComplexY | ( | ) |
| int SCH::IChartOptions::GetProperty_LogScaleBase | ( | ) |
| std::wstring SCH::IChartOptions::GetProperty_Name | ( | ) |
| std::wstring SCH::IChartOptions::GetProperty_Title | ( | ) |
| std::wstring SCH::IChartOptions::GetProperty_XAxisLabel | ( | ) |
| double SCH::IChartOptions::GetProperty_XDiv | ( | ) |
| double SCH::IChartOptions::GetProperty_XMax | ( | ) |
| double SCH::IChartOptions::GetProperty_XMin | ( | ) |
| TScaleMode SCH::IChartOptions::GetProperty_XScaleMode | ( | ) |
| std::wstring SCH::IChartOptions::GetProperty_XUnits | ( | ) |
| void SCH::IChartOptions::SetProperty_AutoXDiv | ( | bool | Value | ) |
| void SCH::IChartOptions::SetProperty_AutoXMax | ( | bool | Value | ) |
| void SCH::IChartOptions::SetProperty_AutoXMin | ( | bool | Value | ) |
| void SCH::IChartOptions::SetProperty_ComplexY | ( | bool | Value | ) |
| void SCH::IChartOptions::SetProperty_LogScaleBase | ( | int | Value | ) |
| void SCH::IChartOptions::SetProperty_Name | ( | std::wstring | Value | ) |
| void SCH::IChartOptions::SetProperty_Title | ( | std::wstring | Value | ) |
| void SCH::IChartOptions::SetProperty_XAxisLabel | ( | std::wstring | Value | ) |
| void SCH::IChartOptions::SetProperty_XDiv | ( | double | Value | ) |
| void SCH::IChartOptions::SetProperty_XMax | ( | double | Value | ) |
| void SCH::IChartOptions::SetProperty_XMin | ( | double | Value | ) |
| void SCH::IChartOptions::SetProperty_XScaleMode | ( | TScaleMode | Value | ) |
| void SCH::IChartOptions::SetProperty_XUnits | ( | std::wstring | Value | ) |