ChartCoordinate Class
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 class ChartCoordinate : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ChartCoordinate>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ChartCoordinate>
type ChartCoordinate = class
interface IJsonModel<ChartCoordinate>
interface IPersistableModel<ChartCoordinate>
Public Class ChartCoordinate
Implements IJsonModel(Of ChartCoordinate), IPersistableModel(Of ChartCoordinate)
- Inheritance
-
ChartCoordinate
- Implements
Properties
| Name | Description |
|---|---|
| Size |
Size of the chart element. |
| X |
X-axis coordinate. |
| Y |
Y-axis coordinate. |