Gets or sets y axis caption of graph.

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string YAxisCaption { get; set; }
Visual Basic
Public Property YAxisCaption As String
	Get
	Set
Visual C++
public:
property String^ YAxisCaption {
	String^ get ();
	void set (String^ value);
}

See Also