Altium C++ SDK 3.0
Loading...
Searching...
No Matches
SCH::IChartOptions Struct Reference

#include <EDP.SCH.Interfaces.h>

Inheritance diagram for SCH::IChartOptions:

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)

Member Function Documentation

◆ GetProperty_AutoXDiv()

bool SCH::IChartOptions::GetProperty_AutoXDiv ( )

◆ GetProperty_AutoXMax()

bool SCH::IChartOptions::GetProperty_AutoXMax ( )

◆ GetProperty_AutoXMin()

bool SCH::IChartOptions::GetProperty_AutoXMin ( )

◆ GetProperty_ComplexY()

bool SCH::IChartOptions::GetProperty_ComplexY ( )

◆ GetProperty_LogScaleBase()

int SCH::IChartOptions::GetProperty_LogScaleBase ( )

◆ GetProperty_Name()

std::wstring SCH::IChartOptions::GetProperty_Name ( )

◆ GetProperty_Title()

std::wstring SCH::IChartOptions::GetProperty_Title ( )

◆ GetProperty_XAxisLabel()

std::wstring SCH::IChartOptions::GetProperty_XAxisLabel ( )

◆ GetProperty_XDiv()

double SCH::IChartOptions::GetProperty_XDiv ( )

◆ GetProperty_XMax()

double SCH::IChartOptions::GetProperty_XMax ( )

◆ GetProperty_XMin()

double SCH::IChartOptions::GetProperty_XMin ( )

◆ GetProperty_XScaleMode()

TScaleMode SCH::IChartOptions::GetProperty_XScaleMode ( )

◆ GetProperty_XUnits()

std::wstring SCH::IChartOptions::GetProperty_XUnits ( )

◆ SetProperty_AutoXDiv()

void SCH::IChartOptions::SetProperty_AutoXDiv ( bool Value)

◆ SetProperty_AutoXMax()

void SCH::IChartOptions::SetProperty_AutoXMax ( bool Value)

◆ SetProperty_AutoXMin()

void SCH::IChartOptions::SetProperty_AutoXMin ( bool Value)

◆ SetProperty_ComplexY()

void SCH::IChartOptions::SetProperty_ComplexY ( bool Value)

◆ SetProperty_LogScaleBase()

void SCH::IChartOptions::SetProperty_LogScaleBase ( int Value)

◆ SetProperty_Name()

void SCH::IChartOptions::SetProperty_Name ( std::wstring Value)

◆ SetProperty_Title()

void SCH::IChartOptions::SetProperty_Title ( std::wstring Value)

◆ SetProperty_XAxisLabel()

void SCH::IChartOptions::SetProperty_XAxisLabel ( std::wstring Value)

◆ SetProperty_XDiv()

void SCH::IChartOptions::SetProperty_XDiv ( double Value)

◆ SetProperty_XMax()

void SCH::IChartOptions::SetProperty_XMax ( double Value)

◆ SetProperty_XMin()

void SCH::IChartOptions::SetProperty_XMin ( double Value)

◆ SetProperty_XScaleMode()

void SCH::IChartOptions::SetProperty_XScaleMode ( TScaleMode Value)

◆ SetProperty_XUnits()

void SCH::IChartOptions::SetProperty_XUnits ( std::wstring Value)

The documentation for this struct was generated from the following file: