ChartSeriesGroup.axis_y property. Provides access to properties of the Y axis of this series group....= [ 'Category 1' , 'Category 2' , 'Category 3' ] series . add1...= [ 2 , 3 , 4 ]) series . add1 ( series_name = 'Series 2 of primary...
foreach (var entity in _cadImage.Entities)
{
var n = entity.LayerName;
var l = _cadImage.Layers.GetLayer(n);
{
if (entity is CadHatch hatch)
{
Console.WriteLine("Polyline color ID is {0}, layer's name is {1…...Family cad-net Asheesh32 May 2, 2025, 5:55am 1 foreach (var entity...is {1}, layer's color ID is {2}", entity.ColorId, entity.LayerName...
Style.baseStyleName property. Gets/sets the name of the style this style is based on....MyStyle Alias 1,MyStyle Alias 2". // If a style's name has multiple..."MyStyle Alias 1" , "MyStyle Alias 2" ]); expect ( style . baseStyleName...
ChartDataLabelCollection.count property. Returns the number of [ChartDataLabel](../../chartdatalabel/) in this collection....toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...
Style.base_style_name property. Gets/sets the name of the style this style is based on....MyStyle Alias 1,MyStyle Alias 2". # If a style's name has multiple...'MyStyle Alias 1' , 'MyStyle Alias 2' ], style . aliases ) self . assertEqual...