109 lines (82 with data), 1.9 kB
/// Chart 1
AnyFixedRefFrame Chart1Ref = {
Origin = {0.0,0.15,-0.1};
Axes = {{0.000000, -1.000000, 0.000000}, {1.000000, 0.000000, 0.000000}, {0.000000, 0.000000, 1.000000}};
/// The Chart
AnyChart Chart1 = {
Style = {
Sizes = {1,1,1}*0.2;
Axes = {
Thickness = 2.0;
};
};
Series = {
AnyChartSerie Serie1 = {
Lines.RGB = {0,0,1};
Abscissa = "Main.Study.Output.Abscissa.t";
Value = "Main.Study.Output.TMJ_Forces.TMJ_ForceL";
Lines = {
Thickness = 3.0;
};
};
};
AbsAxis = {
AutoMin = Off;
AutoMax = Off;
Min = 0.0;
Max = 10;
Title = {
Text = "Time [s]";
Font = {
Height = 20;
Width = 8;
Bold = On;
};
};
Unit1 = {
Unit = 2.5;
TextFont = {
//FontName = "Courier";
FontName = "Times New Roman";
Height = 20;
Width = 8;
};
TextSpace = 0.01;
NumberFormat = {
Digits = 2;
};
};
};
AbsAxis2 = {
Visible = Off;
Unit1 = {
Visible = Off;
};
};
ValueAxis = {
AutoMin = Off;
AutoMax = Off;
Min = 0.0;
Max = 400;
Title = {
Text = "Joint Reaction Force [N]";
Font = {
Height = 20;
Width = 8;
Bold = On;
};
};
Unit1 = {
Unit = 50;
TextFont = {
Height = 20;
Width = 8;
};
TextSpace = 0.01;
NumberFormat = {
Digits = 2;
};
};
};
}; // My Chart
}; // Chart 1