Click or drag to resize

BarGraphPlotStyleCopyFrom Method

Overload List
 NameDescription
Public methodCopyFrom(Object) Try to copy from another object. Should try to copy even if the object to copy from is not of the same type, but a base type. In this case only the base properties should be copied.
Protected methodCopyFrom(BarGraphPlotStyle, Boolean) 
Public methodCopyFrom(Object, Boolean) Copies from a template style, but either with or without data references. If the choice is without data references, data references, as for instance in ErrorBarZPlotStyle, are left alone, i.e. have the same value as before this call.
Top
See Also