Type alias PlotPropertyDict

PlotPropertyDict: {
    graphicType: GraphicType;
    offset?: Cartesian2Value;
    originCoord?: Cartesian3Value;
}

Type declaration