ChartArea.AlignWithChartArea Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of a chart area with which to align this chart area.
public:
property System::String ^ AlignWithChartArea { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string AlignWithChartArea { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.AlignWithChartArea : string with get, set
Public Property AlignWithChartArea As String
Property Value
A string
value.
- Attributes