Control Chart Line Appearance and Behavior - MATLAB
Control Chart Line Appearance and Behavior - MATLAB
Line Properties
Control chart line appearance and behavior
Line properties control the appearance and behavior of a Line object. By changing property values, you can modify certain
aspects of the line chart.
Starting in R2014b, you can use dot notation to query and set properties.
p = plot(1:10);
c = p.Color;
p.Color = 'red';
If you are using an earlier release, use the get and set functions instead.
XData — x values
vector
YData — y values
vector
ZData — z values
vector
https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.primitive.line-properties.html 2/5
3/6/2018 Control chart line appearance and behavior - MATLAB
Parent — Parent
Axes object | PolarAxes object | Group object | Transform object
https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.primitive.line-properties.html 3/5
3/6/2018 Control chart line appearance and behavior - MATLAB
Children — Children
empty GraphicsPlaceholder array
See Also
loglog | plot | plot3 | polarplot | semilogx | semilogy
Topics
Access Property Values
Graphics Object Properties
https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.primitive.line-properties.html 5/5