ScrollBarEventArgs.ChartArea 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 ChartArea object that the scrollbar belongs to.
public:
property System::Windows::Forms::DataVisualization::Charting::ChartArea ^ ChartArea { System::Windows::Forms::DataVisualization::Charting::ChartArea ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.ChartArea ChartArea { get; }
member this.ChartArea : System.Windows.Forms.DataVisualization.Charting.ChartArea
Public ReadOnly Property ChartArea As ChartArea
Property Value
A ChartArea object.
Remarks
This property is exposed in the AxisScrollBarClicked event of the root Chart object.
The ChartArea property can be used to determine the chart area that the scrollbar belongs to by accessing the Name property. This property can also be used to get and set chart area properties.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.