Hi I’m using CreateCompoundPointStyle to generate a compound symbole Star inside a circle.
valueStyle.ValueItems.Add(new ValueItem(“M1”, PointStyles.CreateCompoundPointStyle(PointSymbolType.Circle, GeoColors.White, GeoColors.Red, 1, 24, PointSymbolType.Star, GeoColors.Red, GeoColors.Black, 1, 18)));
Star is placed off-center . How to specify offsets for star shape?