VariableCost Property (BreakEvenStyles)
In This Topic
Specifies the style of the variable cost line.
Syntax
'Declaration
Public Property VariableCost As SVGStyle
'Usage
Dim instance As BreakEvenStyles
Dim value As SVGStyle
instance.VariableCost = value
value = instance.VariableCost
public SVGStyle VariableCost {get; set;}
public read-write property VariableCost: SVGStyle;
public function get,set VariableCost : SVGStyle
public: __property SVGStyle* get_VariableCost();
public: __property void set_VariableCost(
SVGStyle* value
);
public:
property SVGStyle^ VariableCost {
SVGStyle^ get();
void set ( SVGStyle^ value);
}
See Also