Click or drag to resize

MetodosgraficaDireccional Method

Es la métrica de Simetría direccional x e y, gráfica tanto en la interfaz como en el PDF, el valor es la simetría direccional

Namespace:  Evolucion
Assembly:  Evolucion (in Evolucion.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void graficaDireccional(
	bool GenerarGrafico,
	Document Informe,
	int ValorTipoTerapia,
	ComboBox cbPaciente,
	ComboBox CbRangoTerapiaSuperior,
	ComboBox cbRangoTerapiaInferior,
	Chart GrafTrayectoria,
	bbddDataContext bd,
	string Ruta
)

Parameters

GenerarGrafico
Type: SystemBoolean
Determina si esta métrica se incluye en el PDF
Informe
Type: Document
Es el PDF que generamos con las métricas
ValorTipoTerapia
Type: SystemInt32
Indica que tipo de terapía es la seleccionada
cbPaciente
Type: System.Windows.FormsComboBox
ComboBox en el que seleccionamos el id del paciente
CbRangoTerapiaSuperior
Type: System.Windows.FormsComboBox
ComboBox en el que seleccinamos la ultima terápia a representar
cbRangoTerapiaInferior
Type: System.Windows.FormsComboBox
ComboBox en el que seleccinamos la primera terápia a representar
GrafTrayectoria
Type: System.Windows.Forms.DataVisualization.ChartingChart
Es el Chart donde vamos a graficar la métrica
bd
Type: EvolucionbbddDataContext
Es nuestra base de datos
Ruta
Type: SystemString
Ruta de almacenamiento del PDF y temporalmente, de las imagenes que se incluyen en él
See Also