AzureAIProjectsModelFactory.ChartCoordinate(Int32, Int32, Int32) Method
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.
Coordinates for the analysis chart.
public static Azure.AI.Projects.ChartCoordinate ChartCoordinate(int x = 0, int y = 0, int size = 0);
static member ChartCoordinate : int * int * int -> Azure.AI.Projects.ChartCoordinate
Public Shared Function ChartCoordinate (Optional x As Integer = 0, Optional y As Integer = 0, Optional size As Integer = 0) As ChartCoordinate
Parameters
- x
- Int32
X-axis coordinate.
- y
- Int32
Y-axis coordinate.
- size
- Int32
Size of the chart element.
Returns
A new ChartCoordinate instance for mocking.