BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
primaryXAxis: {
labelStyle: { size: "15", color: "Red", fontWeight: "Bold" },
},
primaryYAxis: {
labelStyle: { size: "15", color: "Blue", fontWeight: "Bold" }
}, |
legendSettings: {
shapeWidth: 20,
shapeHeight: 15,
textStyle: { size: "15", color: "Green" }
}, |
primaryXAxis: {
lineStyle: { color: "Black" }
} |
primaryXAxis: {
crossesAt: 0,
placeNextToAxisLine: false,
} |
primaryYAxis: {
lineStyle: { color: "Black" }
} |
primaryYAxis: {
minimum: -100,
maximum: 100,
}, |
primaryXAxis: {
scrollbarSettings: {
pointsLength: 1280
}
},
series: [{
dataSource: GetNumericData(1, 20),
xName: 'x', yName: 'y',
type: 'Line', animation: { enable: false },
}], |