HitTestResult.ChartElementType 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 or sets the type of chart element, if any, returned by a hit test.
public:
property System::Web::UI::DataVisualization::Charting::ChartElementType ChartElementType { System::Web::UI::DataVisualization::Charting::ChartElementType get(); void set(System::Web::UI::DataVisualization::Charting::ChartElementType value); };
public System.Web.UI.DataVisualization.Charting.ChartElementType ChartElementType { get; set; }
member this.ChartElementType : System.Web.UI.DataVisualization.Charting.ChartElementType with get, set
Public Property ChartElementType As ChartElementType
Property Value
A ChartElementType enumeration value that indicates the type of chart element returned by a hit test. Defaults to Nothing.
Remarks
Use this property to determine the type of chart element, if any, returned by a hit test.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.